Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 576 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 576 Bytes

globalcounter-server

The backend for the Global Counter Android app.

Requirements

It's using tusk to run the automated scripts. Install it from the following:

brew install rliebz/tusk/tusk

Development

Setup the project by installing all the required dev tools:

tusk setup

Start the dev server:

tusk dev

Start the prod server:

tusk start

Deploy the server:

tusk deploy

Please refer to tusk.yml file for more commands.