Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

hasinhayder/metrello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

214 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metrello

Build Status

We like using Trello everyday and we started to develop Metrello just for fun. Metrello aims to show different capabilities of Meteor to people who are already familiar with that fantastic project Trello. Metrello uses base CSS structure of Trello, all the other cool stuff is developed using Meteor. It's a non-commercial software, just for educational purposes.

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 83.7%
  • JavaScript 16.1%
  • Shell 0.2%