mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-17 19:27:11 +00:00
## Summary Not perfect, but IMO helpful: <img width="1792" alt="Screen Shot 2023-08-02 at 9 29 24 PM" src=" |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .eslintrc | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.json | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| README.md | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
playground
In-browser playground for Ruff. Available https://play.ruff.rs/.
Getting started
- To build the WASM module, run
npm run build:wasmfrom the./playgrounddirectory. - Install TypeScript dependencies with:
npm install. - Start the development server with:
npm run dev.
Implementation
Design based on Tailwind Play. Themed with ayu.