Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 311 Bytes

File metadata and controls

25 lines (16 loc) · 311 Bytes

ShellHacks 2020

Static landing page for ShellHacks 2020.

Development

Requires Node 16:

nvm use 16
npm install
npm start

Build

nvm use 16
npm run build

Deployment

The site is automatically deployed to GitHub Pages when changes are pushed to the github-pages branch.