mirror of
https://bitbucket.org/walplanet/deemix-gui
synced 2026-01-15 08:12:52 -03:00
README.md edited online with Bitbucket
This commit is contained in:
@@ -18,9 +18,9 @@ Commands for easy setup:
|
||||
|
||||
```sh
|
||||
# Production
|
||||
git clone git@bitbucket.org:walplanet/deemix-gui.git . && git submodule update --init --recursive && yarn install-all
|
||||
git clone git@bitbucket.org:walplanet/deemix-gui.git && cd deemix-gui && git submodule update --init --recursive && yarn install-all
|
||||
# Development
|
||||
git clone git@bitbucket.org:walplanet/deemix-gui.git . && git submodule update --init --recursive && yarn install-all-dev
|
||||
git clone git@bitbucket.org:walplanet/deemix-gui.git && cd deemix-gui && git submodule update --init --recursive && yarn install-all-dev
|
||||
```
|
||||
|
||||
You can change the default port by setting the environment variable `PORT` to any other number before starting the app.
|
||||
|
||||
Reference in New Issue
Block a user