Node.js installed.
./install.sh
This script will automatically install all dependencies, create tables & run migrations if needed.
npm start
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 *
.
npm test
or make test
Find the latest build of Roomies' code documentation online: