Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 806 Bytes

File metadata and controls

31 lines (25 loc) · 806 Bytes

Devcord API

FOSSA Status

Frontend repository available at https://github.com/devcord/website

prerequisites

  • node.js 12+

tech stack

  • typescript
  • koa
  • discord api

installation

git clone https://github.com/devcord/api devcord-api
cd devcord-api
npm install

commands

{
  "start" // starts the server
  "dev" // starts the server in development mode
  "build" // builds the server
  "lint" // lint and fix
}

## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdevcord%2Fapi.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdevcord%2Fapi?ref=badge_large)