Update readme
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Melon 2022-10-29 01:21:15 +01:00
parent fd01fde613
commit 2d4068ad8c
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
1 changed files with 4 additions and 2 deletions

View File

@ -7,11 +7,13 @@ UI for [Summer](https://code.mrmelon54.com/melon/summer)
## Building
```bash
npm run build
yarn
yarn run build
```
## Development
```bash
npm run dev
yarn
yarn run dev
```