A trello clone implemented in MeteorJs for showcase, use for educational purposes only.
You can watch main Metrello development at http://metrello.meteor.com/boards/FNJpvwkyGsbDqyYHP/metrello
$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:chris-lea/node.js
$ sudo apt-get update
$ sudo apt-get install nodejs nodejs-dev npm
$ brew update
$ brew install node
$ curl https://install.meteor.com/ | sh
$ git clone https://github.com/yasaricli/metrello.git
$ cd metrello
$ meteor run
- Fork it
- Create your feature branch (git checkout -b new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin new-feature)
- Create new Pull Request