FRC-Team-1294
The Official Website of the FRC® Team 1294. http://www.team1294.org
The website is built in PHP utilizing the Bootstrap framework.
Contributions
Contributions are GREATLY appreciated. To contribute follow these easy, step by step instructions
- Fork this project!
- Make your changes on your fork.
- Send a pull request!
- Wait patiently for the pull request to be reviewed.
And just like that, you contributed to a project!
Setup
Setting up your machine to edit the website is easy. (These steps assume you are familiar on how to use git and are able to clone the repository)
- Download Microsoft WebMatrix
- When the web installer is done downloading click the "Install Now" button
- Open WebMatrix
- Click on "Open"
- Click on "Folder"
- Navigate to the Website Repository and click "select folder"
- WebMatrix will now install PHP and any missing components
- You're done! Just click Run in the top left to run the server and view the website.
Using Bootstrap
We use bootstrap as a framework. We pulled it into our project as a subtree in our /subtrees/
along with any other projects that our website uses.
You should make yourself familiar with bootstrap's built in styling, formatting, Javascript and components before attempting a major change to the website.
In the past we would use grunt but recently we have switched to using the Less Compiler to compile bootstrap's .less
files.
Please consult the /style/
readme file for instructions on how to use .less
and compile bootstrap.