This repository contains the source code for the Stanford Applied Cyber website, which is built using Hugo.
To run the website locally, you will need to install Hugo. Once you have Hugo installed, you can run the following command to start a local server:
hugo serve
In another terminal window, you will need to run npm run watch-tw
to rebuild the Tailwind CSS files as you make changes.