mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-22 10:12:31 +01:00
remove dev deps install for api
This commit is contained in:
parent
149e31e9c5
commit
873e7ffe09
@ -16,10 +16,9 @@ git clone https://github.com/fosscord/fosscord-api
|
||||
cd fosscord-api
|
||||
```
|
||||
### Step 2
|
||||
Install (dev) dependencies:
|
||||
Install dependencies:
|
||||
```bash
|
||||
npm install
|
||||
npm install --only=dev
|
||||
```
|
||||
### Step 3
|
||||
Start:
|
||||
@ -32,4 +31,4 @@ Navigate to `localhost:3001`. You will see the API in action.
|
||||
## 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
|
||||
|
Loading…
Reference in New Issue
Block a user