mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-07 19:11:27 +00:00
.. | ||
src | ||
.eslintrc | ||
.gitignore | ||
.prettierignore | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
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
.