mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-25 19:52:28 +01:00
This commit is contained in:
parent
ca25b8efa8
commit
3f59ebcc60
@ -42,7 +42,7 @@ In your terminal:
|
||||
git clone {{ repositories.base_url }}/{{ repositories.client }}.git
|
||||
|
||||
# Enter the cloned directory, switch branches to the one, which is actually being developed
|
||||
cd {{ project.name.lower() }}-client; git switch dev/bare-rewrite
|
||||
cd client; git switch dev/bare-rewrite
|
||||
|
||||
# Install dependencies
|
||||
yarn install
|
||||
|
@ -30,7 +30,7 @@ In your terminal:
|
||||
git clone {{ repositories.base_url }}/{{ repositories.server }}.git
|
||||
|
||||
# Navigate to project root
|
||||
cd {{ project.name.lower() }}-server
|
||||
cd server
|
||||
|
||||
# Install javascript packages
|
||||
npm i
|
||||
|
Loading…
Reference in New Issue
Block a user