mirror of https://github.com/astral-sh/ruff
## Summary Not perfect, but IMO helpful: <img width="1792" alt="Screen Shot 2023-08-02 at 9 29 24 PM" src="https://github.com/astral-sh/ruff/assets/1309177/e613e918-75cb-475e-9ea4-f833d1a0b5f6"> <img width="1792" alt="Screen Shot 2023-08-02 at 9 29 20 PM" src="https://github.com/astral-sh/ruff/assets/1309177/bb3efdfe-40e1-45b5-b774-082521b2d214"> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .eslintrc | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.json | ||
| README.md | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
README.md
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.