mirror of https://github.com/astral-sh/ruff
491 B
491 B
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/pkgfrom the root directory. - Install TypeScript dependencies with:
npm install. - Start the development server with:
npm run dev.
Implementation
Design based on Tailwind Play. Themed with ayu.