No description
Find a file
2012-09-04 18:57:07 +09:00
.meteor refactored views and added routing for posts 2012-09-04 18:57:07 +09:00
accounts initial commit 2012-08-22 21:27:22 -04:00
client refactored views and added routing for posts 2012-09-04 18:57:07 +09:00
public/img updated images 2012-08-31 18:58:45 +09:00
server lots of minor changes 2012-08-31 19:41:54 -04:00
.gitignore ignore -ck files 2012-08-31 19:13:40 -04:00
README.md added README 2012-08-24 10:17:33 -04:00
smart.json added simple routing using the meteor-router package 2012-09-04 15:15:12 +09:00
smart.lock added simple routing using the meteor-router package 2012-09-04 15:15:12 +09: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