A Next.js project to host the hack.siv.org landing page.
First time, install local dependencies:
npm installThen start the development server:
npm run devYou can now open http://localhost:3000 in your browser.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.