Requirements
You should be familiar with:
and the technologies we use for the API.
Getting Started
Clone the Repository:
git clone https://github.com/fosscord/fosscord-api
cd fosscord-api
Install (dev)dependencies:
npm install
Starting:
npm start
Debugging:
Vscode:
The Launch file configuration is in ./vscode/launch.json,
so you can just debug the server by pressing F5 or the > Launch Server button