A Next.js project to host the hack.siv.org landing page.
First time, install local dependencies:
npm install
Then start the development server:
npm run dev
You 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.