Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 325 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 325 Bytes

Description

Bikeramp project for tracking bike delivery stats.

Installation

$ yarn install

# change .env.example to .env

$ docker-compose up

Running the app outside of container

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod