mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
No description
.meteor | ||
accounts | ||
client | ||
public/img | ||
server | ||
.gitignore | ||
README.md | ||
smart.json | ||
smart.lock |
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