Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 342 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 342 Bytes

GOAT

Build Status

:)

To make the first build run:

cp ./configs/config.sample.js ./configs/config.js
npm install
npm run start

To run tests:

npm run test test/test.js

or

NODE_ENV=test mocha test/test.js