Backend repository available at https://github.com/devcord/api
- node.js 12+
- vue
- webpack
- pug
- scss
git clone https://github.com/devcord/website devcord-website
cd devcord-website
npm install
{
"dev" // starts the development server
"build" // builds the frontend
"lint" // lint and fix
}