No description
Find a file
2012-08-31 19:08:15 -04:00
.meteor basic styling 2012-08-22 22:50:04 -04:00
accounts initial commit 2012-08-22 21:27:22 -04:00
client fixed commenting on post 2012-08-31 19:08:15 -04:00
public/img updated images 2012-08-31 18:58:45 +09:00
server implemented voting 2012-08-30 21:35:48 -04:00
.gitignore updated CSS 2012-08-25 11:20:17 +09:00
README.md added README 2012-08-24 10:17:33 -04:00

Installation

  • Install node.js
  • Install npm
  • Clone meteor:
    • cd ~/dev
    • git clone git://github.com/meteor/meteor.git
  • Switch to auth branch:
    • cd meteor
    • git checkout auth
  • Install meteor:
    • ./install.sh
  • Clone MeteorGrid
    • cd ~/dev
    • git clone git://github.com/TroyGoode/MeteorGrid.git
  • Run
    • cd MeteorGrid
    • meteor