No description
Find a file
2012-09-13 10:55:05 +09:00
.meteor added autolinked urls in comments and posts 2012-09-08 10:23:58 +09:00
accounts added accounts-ui dropdown 2012-09-05 09:55:09 +09:00
client added epicEditor 2012-09-13 10:55:05 +09:00
public added epicEditor 2012-09-13 10:55:05 +09:00
server working on posts ranking animation 2012-09-12 08:53:13 +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 deactivated sharrre for now 2012-09-06 12:08: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