Website for Phillips Academy robotics.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This project requires NPM, Bower, and Gulp. Here's a guide to installing NPM. Once NPM is installed, you can install gulp using npm install --global gulp-cli
and can install bower using npm install --global bower
To install this project on your computer, simply clone this repository. Navigate to its directory in terminal and execute the following commands (assuming you have the prerequisites):
npm install
bower install
You are ready to make edits and deploy!
To run the website, (assuming all dependencies are installed properly), navigate to the correct directory within terminal. Call gulp
. The website should auto-load in your default browser.
Feel free to make to the source code, and submit a pull request once you are ready for a merge.
- Jeffrey Shen '19
This project is licensed under the MIT License - see the LICENSE file for details