markthethomas / quill

Yet another blogging platform!
MIT License
2 stars 1 forks source link

quill

Yet another blogging platform! Circle CI Code Climate Coverage Status

Installation:

λ npm i

Run:

λ npm i -g babel-cli
λ babel-node ./src/server/server.js

Test:

continuous

λ npm run test:W

one-off w/ coverage & linting

λ npm test

Lint:

λ npm run lint