Download and install the latest stable 0.12.x version of Node.js.
- Windows users will need to use the installer provided by the Node Foundation
- OS X users should use homebrew: then
brew update
thenbrew install node
in the Terminal - GNU/Linux users should use their package manager (
apt
,yum
,pacman
, etc.) to install the appropriate package
Download and install the latest stable 3.0.x version of MongoDB.
- Windows users will want to choose the appropriate download for their version of Windows
- OS X users should use homebrew:
brew update
thenbrew install mongodb
in the Terminal - GNU/Linux users should use their package manager (
apt
,yum
,pacman
, etc.) to install the appropriate package
Then be sure that you have your MongoDB server daemon up and running.
TODO once the database has been migrated to.
In your local copy of this repository, type npm install
into your command line. This will install all of the npm
modules we use in this project. If you're a Linux user and don't have npm
, you may need to install it separately.
With everything installed, you should be able to type npm start
, then go to http://localhost:3000/ to see your local version of the project!