No description
Find a file
2012-09-06 11:09:24 +09:00
.meteor temporarily rebranded as Telescope 2012-09-05 10:27:10 +09:00
accounts added accounts-ui dropdown 2012-09-05 09:55:09 +09:00
client working on edit permissions 2012-09-06 11:09:24 +09:00
public/img temporarily rebranded as Telescope 2012-09-05 10:27:10 +09:00
server working on edit permissions 2012-09-06 11:09:24 +09: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