This is a Next.js 15 + Tailwind starter for a minimal site dedicated to composer Edvard Grieg.
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
What’s included
- Next.js App Router, TypeScript, ESLint, Tailwind (v4 with @tailwindcss/postcss)
- Google fonts configured: Geist Sans/Mono and Playfair Display for headings
- Base layout with header, simple nav, and footer
- Minimal homepage with hero, selected works, bio, and listen sections
Project scripts
- dev: Start the local dev server
- build: Production build
- start: Run the built app
Next steps
- Replace
metadataBaseinapp/layout.tsxwith your domain - Add real content, images, and audio embeds
- Create dedicated routes for biography and works as needed