Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 532 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 532 Bytes

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.