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