Skip to content

AUHack/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.