Changes to this repo trigger an automatic GitHub pages build that enables us to easily update styles for support.athletic.net as well as keep a historical record of style changes.
- Create new file ending in
.css
in the repo root - Save changes directly to the master branch
- You'll find your .css file at https://athleticnet.github.io/athletic-support-styles/YOUR-NAME.css
- Edit a current .css file and save directly to master branch if confident you are happy with the changes. If you'd like someone else to review your changes before deploying them, create a pull request and request a review from the appropriate person.
- Changes are live.
If you have Node.JS installed, you can run npx live-server
to easily make changes to the html and watch them update in your browser.