mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
fix development setup command, fix #535
This commit is contained in:
parent
9572bbd65d
commit
936bb8141d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ To run the app from source, just clone the code and run this in your terminal:
|
|||
```
|
||||
npm install
|
||||
npm run build
|
||||
npm start -- --port 8080
|
||||
npm start
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
Loading…
Reference in a new issue