Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 360 Bytes

File metadata and controls

22 lines (14 loc) · 360 Bytes

ShellHacks 2022 Website

Static landing page for ShellHacks 2022 - Florida's largest hackathon.

Development

npm install
npm run dev

Build

npm run build

This will generate a static site in the out/ directory.

Deployment

The site is automatically deployed to GitHub Pages when changes are pushed to the main branch.