Skip to content

applied-cyber/ac-web

Repository files navigation

Stanford Security Clinic website

This repository contains the source code for the Stanford Applied Cyber website, which is built using Hugo.

Development

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.