Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1001 Bytes

README.md

File metadata and controls

54 lines (36 loc) · 1001 Bytes

Deal Maker CLI

Unit Tests codecov SNYK

Docs

Node.js

Node.js 12 is required

nvm use 12

Install Dependencies

npm install

Set Database Configuration

cp ormconfig.yml.example ormconfig.yml

Set Environment Variables

cp .env.example .env

Initialize Project

npm run init

Start Deal Maker

npm run start:prod

Open Web UI

Visit http://localhost:3000.