tree: ea414546de5019d40f7411c47ed32ad6a12ba3aa [path history] [tgz]
  1. src/
  2. .eslintrc
  3. .gitignore
  4. .prettierrc.json
  5. index.html
  6. package-lock.json
  7. package.json
  8. postcss.config.cjs
  9. README.md
  10. tailwind.config.cjs
  11. tsconfig.json
  12. tsconfig.node.json
  13. vite.config.ts
playground/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 --target web --out-dir ../../playground/src/pkg from the ./playground directory.
  • Install TypeScript dependencies with: npm install.
  • Start the development server with: npm run dev.

Implementation

Design based on Tailwind Play. Themed with ayu.