metadata
title: Humanity's Last Hackathon Signup
emoji: 🖥️
colorFrom: gray
colorTo: gray
sdk: docker
app_port: 7860
Humanity's Last Hackathon Signup
Black-and-white Next.js landing page for Humanity's Last Hackathon.
The current production flow is intentionally minimal:
- Open the signup page.
- Click Sign up with Hugging Face.
- Continue on the official Hugging Face registration link.
Stack
- Next.js 16 App Router
- TypeScript
- CSS modules
- Docker-based Hugging Face Space deployment
Local Development
npm install
npm run dev
Open http://localhost:3000.
Verification
npm run lint
npm run build
Deployment
This repository is configured as a Docker Space and serves the Next.js app on port 7860.