UCSC Slugbotics Website Redesign
Clone repo
git clone https://github.com/Slugbotics/slugbotics-material.git
python3 -m venv venv
source venv/bin/activate
pip3 install mkdocs-material
mkdocs serve
This helps us stay organized with changes, and be able to roll back any breaking changes easily
git checkout -b railspeeder
nvim docs/*
git commit -am "Useful commit message"
git push
Make PR on Github to go live!