Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 730 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 730 Bytes

KoaBlog

Build Status Coverage Status

I am writing this blog engine to learn about Koa and RethinkDB. Since this is written with ES6, you'll want to make sure your machine can handle that. Also, I leave it to you to install RethinkDB and make sure it's running prior to testing or running this project.

This project uses:

To setup: npm install

To test: npm test