Skip to content

frc5587/frc5587.github.io

Repository files navigation

team5587.github.io

This is the public website for FRC Team 5587, Titan Robotics. The website is hosted at frc5587.org, and makes use of Jekyll to reuse elements wherever possible

Getting Started

Install Dependencies

  • Install Ruby through this link for x64 or x86-based systems. You can check for an installation of Ruby by running

    $ ruby -v

    It's strongly recommended to use Ruby v2.7.* as it has the strongest long-term support for both Jekyll & Ruby itself.

  • Install Jekyll and Bundler

    $ gem install bundler jekyll

Build Site Locally

  1. Clone repository and enter it
    $ git clone https://github.com/frc5587/frc5587.github.io.git
    $ cd team5587.github.io
  2. Install all build dependencies through Bundler
    $ bundle install
  3. Have Jekyll build the site for viewing on localhost
    $ bundle exec jekyll serve
  4. Open the link next to Server address in the output of the previous command in your favorite web browser to view the website with any changes you make locally

License

This project is licensed under the MIT license - see LICENSE for more information

About

Team 5587's public website, built on Jekyll

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 17