1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-25 19:52:28 +01:00
bitfl0wer 2023-04-09 17:11:46 +02:00
parent ca25b8efa8
commit 3f59ebcc60
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
2 changed files with 27 additions and 27 deletions

View File

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

View File

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