Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 391 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 391 Bytes

Devcord API

Backend repository available at https://github.com/devcord/api

prerequisites

  • node.js 12+

tech stack

  • vue
  • webpack
  • pug
  • scss

installation

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

commands

{
  "dev" // starts the development server
  "build" // builds the frontend
  "lint" // lint and fix
}