For stylization, we decided to change the placement of our .log and .html files to the documentation folder.
$ docker-compose build
$ npm install
$ ./scripts/build.sh
$ rollup -cw
- Copy
config.json.template
toconfig.json
and fill out. SQLALCHEMY_DATABASE_URI
should bepostgresql://glamrous@postgres/glamrous
$ docker-compose up
Travis runs tests automatically, but to run them on your machine:
$ make Dockerfile.db
$ make Dockerfile.server
$ make start-db
$ make test
$ make reset-config