README.md edited online with Bitbucket

This commit is contained in:
Walid Saleh
2023-12-05 18:26:11 +00:00
parent 595aceb6e1
commit c55ad9f6a0

View File

@@ -18,9 +18,9 @@ Commands for easy setup:
```sh
# Production
git clone https://gitlab.com/waLplanet/deemix-gui.git . && git submodule update --init --recursive && yarn install-all
git clone git@bitbucket.org:walplanet/deemix-gui.git . && git submodule update --init --recursive && yarn install-all
# Development
git clone https://gitlab.com/waLplanet/deemix-gui.git . && git submodule update --init --recursive && yarn install-all-dev
git clone git@bitbucket.org:walplanet/deemix-gui.git . && 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.