Skip to content

Commit

Permalink
edit run locally instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinoUkaegbu authored Oct 29, 2024
1 parent 2e72c7f commit 08c918f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```bash
pnpm i
pnpm dev
```
1. Install [Node.js](https://nodejs.org/)
2. Install [pnpm](https://pnpm.io/installation)
3. Install dependencies by running the following command:
```bash
pnpm i
```
4. Run the development server:
```bash
pnpm dev
```

## Using Strudel In Your Project

Expand Down

0 comments on commit 08c918f

Please sign in to comment.