Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 567 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 567 Bytes

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.