Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 376 Bytes

INSTALL.md

File metadata and controls

24 lines (16 loc) · 376 Bytes

Install

1. Setup environment variables as described in Development.

2. Install dependencies

$ npm install

3. Start the server

// for development
$ npm run start-dev 

// for production
$ npm build // create js build from ts
$ npm start

⬅️ back to the root