Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1 KB

README.md

File metadata and controls

24 lines (18 loc) · 1 KB

CWRU Swing Club Build Status

Contents of the CWRU Swing Club Website Images are not included Any images included of instructors are not owned by CWRU Swing Club, and the ownership is held by the individual's who provided the pictures. Please note that this is still a work in progress and may not represent the final product

Setup

  1. Install npm, grunt, and bower (or run ./installDependencies)
  2. run npm install and bower install to gather dependencies
  3. Run grunt watch, or just grunt because that maps to watch.
  4. Edit your files while grunt watches

Creating production

  1. run grunt prod
  2. You will now see a prod folder that contains all the data you need for the server. You can put this folder where ever it needs to go to be run

NOTE: To create dev, run grunt dev

Run Server on Mac

  1. Download MAMP
  2. Throw contents of this repo in MAMP/htdocs
  3. Run MAMP server