Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 689 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 689 Bytes

Posterior

Lint Code Base

Backend for the Alcoding Web Portal

Requirements

Setup

  • Install dependencies: npm install

Note: Make sure to add a config.js file in the src folder. See the config.example.js under src/ directory for more details.

Instructions:

Development mode: npm run start:dev

Production mode: npm run start

Follow the guide here to configure prettier for your IDE.