1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-22 18:22:31 +01:00

remove dev deps install for gateway

This commit is contained in:
Stylix58 2021-05-14 17:10:30 +02:00 committed by GitHub
parent 873e7ffe09
commit a90a039c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,9 @@ git clone https://github.com/fosscord/fosscord-gateway
cd fosscord-gateway
```
### Step 2
Install (dev) dependencies:
Install dependencies:
```bash
npm install
npm install --only=dev
```
### Step 3
Start:
@ -28,4 +27,4 @@ npm start
## Debugging
### VS Code
The Launch file configuration is in ``./vscode/launch.json``,
so you can just debug the server by pressing ``F5`` or the ``> Launch Server`` button
so you can just debug the server by pressing ``F5`` or the ``> Launch Server`` button