New CS Crew website for 2015
(Note: Backend must be run on Zoo.)
- Run 'npm install' to install required development packages.
- Clone the accompanying CSCrew2015-back repository to a subdir of this repository called 'api'.
- Follow the instructions in api/README.md
To ensure SASS files are automatically compiled while working, run 'gulp sass-watch'.
To deploy the site, run 'gulp'. Copy the entire 'dist' directory to the server. Also clone the CSCrew2015-back tree and follow the same process as above.