This is the source code for Planet Node
To run this on your own machine*:
1. Install Dependencies (assuming you've already installed Node.js)
npm install
2. Start the database dameon
cd planet
mkdir data
mongod --dbpath data
1. Start the databse IN NEW TAB
mongo
2. Run the server IN ANOTHER NEW TAB
npm start
Enjoy! -- MadGlory