Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.08 KB

File metadata and controls

30 lines (21 loc) · 1.08 KB

BA

Build Status Coverage Status

Prerequisites

Node.js installed.

Install

./install.sh

This script will automatically install all dependencies, create tables & run migrations if needed.

Start

npm start

Debug logging

In order to enable debug logging, start with DEBUG="roomies:*" npm start. This will print all logging from roomies. You can also enable debug logging of e.g. barefoot or express.js if you add it to the debug string. In order to debug everything, set the DEBUG env variable to *.

Testing

npm test or make test

Documentation

Find the latest build of Roomies' code documentation online:

githalytics.com alpha