signup / README.md
burtenshaw's picture
burtenshaw HF Staff
Deploy Next.js signup Space
654b283 verified
|
raw
history blame
777 Bytes
---
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`.