Skip to content

scottmcclay/RaceLaneManager

Repository files navigation

RaceLaneManager

To Build

  1. Open .sln file and build the project
  2. In the \website directory:
    1. Run npm install
    2. Run bower install
    3. Run gulp

To Run

  1. Launch RaceLaneManagerApp
  2. Navigate to http://localhost:8000

To deploy changes to website in real time

  1. Run gulp watch in the \website directory