guilhermedecampo / metrello

Trello Clone using Meteorjs

Home Page:http://metrello.meteor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metrello

Build Status

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

Installation

install nodejs on Ubuntu
$ 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
install nodejs on Mac OSX
$ brew update
$ brew install node
install meteor
$ curl https://install.meteor.com/ | sh
Clone and run
$ git clone https://github.com/yasaricli/metrello.git
$ cd metrello
$ meteor run

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin new-feature)
  5. Create new Pull Request

About

Trello Clone using Meteorjs

http://metrello.meteor.com/

License:MIT License


Languages

Language:CSS 84.0%Language:JavaScript 15.9%Language:Shell 0.2%