Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 495 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 495 Bytes

AUHack's Website

Welcome to source code of AUHack's website!

As of 2022, Build and Deploy isn't used/doesn't work.

Build and Deploy

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.