ruff/playground
Micha Reiser cd8be8c0be
refactor: Introduce crates folder (#2088)
This PR introduces a new `crates` directory and moves all "product" crates into that folder. 

Part of #2059.
2023-02-05 16:47:48 -05:00
..
src
.eslintrc
.gitignore
.prettierrc.json
index.html
package-lock.json
package.json
postcss.config.cjs
README.md refactor: Introduce crates folder (#2088) 2023-02-05 16:47:48 -05:00
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 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.