Hatch.surf web application
- Recreated old website with Next.js 16 + Tailwind CSS - Hero section with terminal animation - Features section (Capture, Inspect, Mock) - Why section (Compliance, Cost, Speed) - CTA section - Header and Footer components - Dark theme with Inter + JetBrains Mono fonts - Static export for Docker deployment Co-Authored-By: Paperclip <noreply@paperclip.ing> |
||
|---|---|---|
| .gitea/workflows | ||
| app | ||
| components | ||
| public | ||
| .dockerignore | ||
| .gitignore | ||
| configure-gitea.sh | ||
| deploy.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| next.config.ts | ||
| nginx.conf | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.mjs | ||
| README.md | ||
| setup-gitea.sh | ||
| tsconfig.json | ||
web
El Foundation web application.
Getting Started
# From the repository root
pnpm install
pnpm dev
Open http://localhost:3000.
Stack
- Next.js 16 (App Router)
- React 19
- TypeScript 5 (strict mode)
- Tailwind CSS 4
Scripts
| Script | Description |
|---|---|
pnpm dev |
Start the Next.js dev server |
pnpm build |
Build for production |
pnpm start |
Start the production server |
pnpm lint |
Run ESLint |