Skip to content

SDHacks/SDHacks2016

Repository files navigation

CircleCI Heroku

Usage

Assuming you already have the needed MEAN Stack pieces installed on your computer/server (MongoDB & NodeJS) as well as Git Just run:

1. git clone
2. cd SDHacks2016
3. cp .env.example .env
4. npm install
5. bower install
6. gulp

Edit any options in the new .env file to match your needs To preview the website, open http:https://localhost:3000 in your browser.