edit run locally instructions in README.md
This commit is contained in:
parent
2e72c7f4ed
commit
08c918f13e
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
|
@ -14,10 +14,16 @@ An experiment in making a [Tidal](https://github.com/tidalcycles/tidal/) using w
|
||||||
|
|
||||||
After cloning the project, you can run the REPL locally:
|
After cloning the project, you can run the REPL locally:
|
||||||
|
|
||||||
```bash
|
1. Install [Node.js](https://nodejs.org/)
|
||||||
pnpm i
|
2. Install [pnpm](https://pnpm.io/installation)
|
||||||
pnpm dev
|
3. Install dependencies by running the following command:
|
||||||
```
|
```bash
|
||||||
|
pnpm i
|
||||||
|
```
|
||||||
|
4. Run the development server:
|
||||||
|
```bash
|
||||||
|
pnpm dev
|
||||||
|
```
|
||||||
|
|
||||||
## Using Strudel In Your Project
|
## Using Strudel In Your Project
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue