Welcome to source code of AUHack's website!
As of 2022, Build and Deploy isn't used/doesn't work.
The website is written in Pug and can be compiled as follows:
yarn build
This will output the website to ./build
.
For development purposes, it is easier to use npm start
which will automatically rebuild the website when a relevant file changes.