Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 383 Bytes

readme.md

File metadata and controls

31 lines (24 loc) · 383 Bytes

Evolution-web

Main server: https://evo2.herokuapp.com

FAQ (ru)

Install

  1. clone
  2. $ npm i
  3. $ cp .env.sample .env
  4. fill .env

Run

dev:

$ npm start

prod:

$ NODE_ENV=production
$ npm run build
$ npm run server:start

test:

$ LOG_LEVEL=warn npm run test:shared
$ LOG_LEVEL=warn npm run test:shared:once