File size: 777 Bytes
785d50b 654b283 785d50b 654b283 785d50b 654b283 785d50b 654b283 785d50b 654b283 785d50b 654b283 785d50b 654b283 785d50b 654b283 785d50b 654b283 785d50b 654b283 785d50b 654b283 785d50b 654b283 785d50b 654b283 785d50b 654b283 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | ---
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:
1. Open the signup page.
2. Click **Sign up with Hugging Face**.
3. 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
```bash
npm install
npm run dev
```
Open `http://localhost:3000`.
## Verification
```bash
npm run lint
npm run build
```
## Deployment
This repository is configured as a **Docker Space** and serves the Next.js app on port `7860`.
|