Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.
/ 1294-Website Public archive

The Official Website of the First Robotics FRC Team "1294" Top Gun Robotics

Notifications You must be signed in to change notification settings

packofparts/1294-Website

Repository files navigation

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

  1. Fork this project!
  2. Make your changes on your fork.
  3. Send a pull request!
  4. 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)

  1. Download Microsoft WebMatrix
  2. When the web installer is done downloading click the "Install Now" button
  3. 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
  4. 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.