This web page is for JagWire Robotics Team 9626 and is published using GitHub Pages and Jekyll. This repository contains the source code, documentation, and resources needed to develop, test, and deploy the web page.
To set up your machine for local development, follow the instructions provided by GitHub.
- Open a git bash terminal in the project's root folder
- Run
exec jekyll serve - Your site will be made available at http://localhost:4000
- Jekyll will continue to run in the terminal and rebuild & deploy the site locally whenever changes are saved to any file
Note: Jekyll’s built-in server does not automatically reload configuration changes from _config.yml. If you update _config.yml, you must restart the server for the new settings to take effect.
If you encounter issues or have a suggestion, please open an issue.