Skip to content
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
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,24 @@ Users can create playlists of singles, all songs including albums, etc. by simpl
Enjoy!

# To develop
```
```bash
git clone https://github.com/ot0m1/Srive.git
cd srive
npm install
npm run dev
```

# Test
or

```bash
git clone https://github.com/ot0m1/Srive.git
cd srive
docker compose build
docker compose up
```


# Test
```bash
npm run test
```