No description
Find a file
2012-09-17 12:19:01 +09:00
.meteor adding router back in 2012-09-13 11:41:15 +09:00
accounts added accounts-ui dropdown 2012-09-05 09:55:09 +09:00
client still working on those damn queued comments 2012-09-17 12:19:01 +09:00
public epic editor css tweaks 2012-09-13 11:09:42 +09:00
server improving comments queuing UI 2012-09-13 14:57:57 +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 updating packages 2012-09-13 11:36:55 +09:00
smart.lock updating packages 2012-09-13 11:36:55 +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