A nano real-time logging system build on top of socket.io, express and node.js
# Get the latest stable release of KeepLog
$ git clone https://github.com/mazyvan/keeplog.git
# Install dependencies
$ cd keeplog
$ npm install
# Enjoy
$ npm start
- Fork it ( https://github.com/[my-github-username]/keeplog/fork )
- 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
) - Create a new Pull Request
- You can also report some issues or help with docs