Licence
MIT
Version
0.0.2
Deps
10
Vulns
13
Weekly
0
Kotka
Installation
TODO: Describe the installation process
Usage
TODO: Write usage instructions
Contributing
First make sure install mongodb and redis are installed.
Start mongodb:
mongod
- Start redis server:
redis-server
- Clone and run tests:
git clone https://github.com/nathandao/kotka.git
npm install
npm test
- Start the dev server:
npm run dev
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
MIT