ruff/playground
2022-12-26 19:25:50 -05:00
..
src Enable Quick Fix in the playground (#1395) 2022-12-26 19:25:50 -05:00
.eslintrc Enable Quick Fix in the playground (#1395) 2022-12-26 19:25:50 -05:00
.gitignore Add ESLint, Prettier, and TypeScript checks (#1384) 2022-12-26 15:08:22 -05:00
.prettierignore Add ESLint, Prettier, and TypeScript checks (#1384) 2022-12-26 15:08:22 -05:00
index.html Add badge to playground (#1393) 2022-12-26 15:13:55 -05:00
package-lock.json Add ESLint, Prettier, and TypeScript checks (#1384) 2022-12-26 15:08:22 -05:00
package.json Add ESLint, Prettier, and TypeScript checks (#1384) 2022-12-26 15:08:22 -05:00
README.md Add ESLint, Prettier, and TypeScript checks (#1384) 2022-12-26 15:08:22 -05:00
tsconfig.json Web playground with WASM (#1279) 2022-12-26 12:09:17 -05:00
tsconfig.node.json Web playground with WASM (#1279) 2022-12-26 12:09:17 -05:00
vite.config.ts Web playground with WASM (#1279) 2022-12-26 12:09:17 -05:00

playground

In-browser playground for Ruff. Available https://ruff.pages.dev/.

Getting started

  • To build the WASM module, run wasm-pack build --target web --out-dir playground/src/pkg from the root directory.
  • Install TypeScript dependencies with: npm install.
  • Start the development server with: npm run dev.