Website repo for the uwbhacks.com website.
We are using SASS instead of normal CSS for this website. If you are testing locally, the VSCode plugin Live Sass Compiler can compile everything in real time for you.
I've set up Travis CI to build and deploy the website to the gh-pages
branch when changes are
pushed to the master
branch.
The logs for this can be found by clicking the build status badge.
The script for this can be found in .travis.yml
.