UCSC Slugbotics Website Redesign
Clone repo
git clone https://github.com/Slugbotics/slugbotics-material.gitpython3 -m venv venvsource venv/bin/activatepip3 install mkdocs-materialmkdocs serveThis helps us stay organized with changes, and be able to roll back any breaking changes easily
git checkout -b railspeedernvim docs/*git commit -am "Useful commit message"git pushMake PR on Github to go live!