The WildHacks 2026 Guide is the official event handbook for participants, judges, and organizers. It provides schedules, logistics, project guidelines, judging details, and helpful resources for the NUWildHacks community.
- Next.js (Pages Router)
- React
- Nextra (docs theme)
- MDX content pages
- CSS Modules and global CSS
- TypeScript
- Node.js 18+ recommended
- pnpm (recommended), npm, yarn, or bun
pnpm installpnpm devOpen http://localhost:3000 to view the site.
pnpm dev
pnpm build
pnpm start
pnpm lintMost content lives in the pages directory as MDX files. Update or add pages and the site will hot-reload in development.
This project is ready to deploy on Vercel. Build with pnpm build and start with pnpm start.