Clone
3
Contributing
Flam3rboy edited this page 2021-05-15 11:58:38 +02:00

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