Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update playground README.md #6909

Merged
merged 1 commit into from
Aug 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading