This is my graduation project called wenote. It's an evernote-liked node project, and provide a way that note with markdown. Simple is everything.
- install node.js
- global install gulp
$ npm install gulp -g
- start wenote
$ npm install
$ gulp
$ node app
then go to browser open localhost:8080
to see it.
MIT