Skip to content

Commit

Permalink
Update playground README.md (#6909)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Aug 27, 2023
1 parent eae59cf commit f33277a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ In-browser playground for Ruff. Available [https://play.ruff.rs/](https://play.r

## Getting started

First, build the WASM module by running `npm run build:wasm` (release build) or
`npm run build:wasm` (debug build) from the `./playground` directory.
In order to build the WASM module install [`wasm-pack`](https://rustwasm.github.io/wasm-pack/).

Then, install TypeScript dependencies with `npm install`, and run the development server with
`npm run dev`.
Next, build the WASM module by running `npm run build:wasm` (release build) or `npm run dev:wasm` (debug build) from the `./playground` directory.

Finally, install TypeScript dependencies with `npm install`, and run the development server with `npm run dev`.

To run the datastore, which is based on [Workers KV](https://developers.cloudflare.com/workers/runtime-apis/kv/),
install the [Wrangler CLI](https://developers.cloudflare.com/workers/wrangler/install-and-update/),
Expand Down

0 comments on commit f33277a

Please sign in to comment.