No description
Find a file
2012-09-11 10:01:17 +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 test if user is logged in first 2012-09-11 10:01:17 +09:00
public/img added suggest title link 2012-09-07 18:17:19 +09:00
server improved CSS and animations for queued comments 2012-09-10 18:12:04 +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