mirror of https://github.com/astral-sh/ruff
## Summary I kind of hate the light mode theme, but they now use colors from our actual palette: <img width="1792" alt="Screen Shot 2023-07-13 at 10 15 14 PM" src="https://github.com/astral-sh/ruff/assets/1309177/f1da0153-d6ed-4b65-9419-b824f2cad614"> <img width="1792" alt="Screen Shot 2023-07-13 at 10 15 12 PM" src="https://github.com/astral-sh/ruff/assets/1309177/d9452e10-796b-4b7f-bf3f-7af6e0b14fc0"> <img width="1792" alt="Screen Shot 2023-07-13 at 10 15 10 PM" src="https://github.com/astral-sh/ruff/assets/1309177/f75e7c1c-3b5a-4a78-8bb8-d8b4d40a337d"> <img width="1792" alt="Screen Shot 2023-07-13 at 10 15 07 PM" src="https://github.com/astral-sh/ruff/assets/1309177/52c23108-b9c2-4a1f-adf0-e11098dbdc5d"> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .eslintrc | ||
| .gitignore | ||
| .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
wasm-pack build ../crates/ruff_wasm --target web --out-dir ../../playground/src/pkgfrom 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.