Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 authored Oct 12, 2024
1 parent 19bcc9f commit 09ef580
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ cp config.env.example config.env
docker compose up -d
```

## Developer

We try to make it as easy for you to run Mixwave locally. Install [Bun](https://bun.sh/) (v1.1.30 or above), and [pnpm](https://pnpm.io/installation). Next up, make sure you have the `config.env` file configured properly as well. Run the following commands at the root of the project:

```shell
pnpm install
pnpm dev # This'll spin up everything for you, with hot reloading and all.
```

Go to `http://localhost:5200` and you're good to go!

There's more info in the [Getting Started](https://matvp91.github.io/mixwave/getting-started.html) section in the docs.

## Player
Expand Down

0 comments on commit 09ef580

Please sign in to comment.