mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +00:00

<!-- Thank you for contributing to Ruff! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary This PR removes state variables that can be derived, merges related variables into a single state, and generally avoids `null` states. ## Test Plan I clicked through the playground locally <!-- How was it tested? -->
14 lines
460 B
Markdown
14 lines
460 B
Markdown
# playground
|
|
|
|
In-browser playground for Ruff. Available [https://play.ruff.rs/](https://play.ruff.rs/).
|
|
|
|
## Getting started
|
|
|
|
- To build the WASM module, run `npm run build:wasm`
|
|
from the `./playground` directory.
|
|
- Install TypeScript dependencies with: `npm install`.
|
|
- Start the development server with: `npm run dev`.
|
|
|
|
## Implementation
|
|
|
|
Design based on [Tailwind Play](https://play.tailwindcss.com/). Themed with [`ayu`](https://github.com/dempfi/ayu).
|