README.md edited online with Bitbucket

This commit is contained in:
Walid Saleh
2023-12-05 18:30:03 +00:00
parent c55ad9f6a0
commit dcd55cc979

View File

@@ -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.