Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 196 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 196 Bytes

Installation

$ yarn install

Running the app

# database
$ yarn db

# server dev mode
$ yarn api

# development
$ yarn app

Dockerize app

$ yarn up