Skip to content

Airswoop1/OHSNAP

Repository files navigation

Setup development environment (OSX)

Assuming that XCode, homebrew, and command line tools are installed.

Step 1: Install Virtualbox and Vagrant

brew cask install virtualbox
brew cask install vagrant

Step 2: Clone repo

git clone git@github.com:Airswoop1/OHSNAP.git
cd OHSNAP

Step 3: Download and provision the development environment

vagrant up

Step 4: Run the server

vagrant ssh
cd /vagrant
nodemon server.js

Point your browser to http://localhost:1337.