UNPKG

222 BMarkdownView Raw
1# PROJECT
2
3Setup:
4
5 $ npm install
6
7Set up the database:
8
9 $ cp config/database.yml.example config/database.yml
10 $ ./run db-create
11 $ ./run db-sync
12
13Run:
14
15 $ ./run server
16
17For more info:
18
19 $ ./run --help
20