Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 296 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 296 Bytes

live-site

Website for live in-person events

Developing

Make sure to npm install first!

Make all changes to site in /src

  • Build: npm run build
  • Dev (Builds and serves site w/ auto reload -- default port: 1234)
    • HTTP: npm run dev
    • HTTPS: npm run dev:https