SDHacks / SDHacks2016

Official website for SDHacks 2016
5 stars 2 forks source link

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://localhost:3000 in your browser.