A minimal "Hello World" landing page built with Next.js, designed to be deployed with Nixopus.
- Next.js 16 with the App Router
- React 19
- Tailwind CSS 4
- TypeScript
- Typewriter heading animation with blinking cursor
- Staggered fade-in entrance effects
- Dark theme with a clean, minimal aesthetic
npm install
npm run devOpen http://localhost:3000 to view the app.
| Command | Description |
|---|---|
npm run dev |
Start the dev server |
npm run build |
Create a production build |
npm run start |
Serve the production build |
npm run lint |
Run ESLint |