Elite boxing training and fitness website.
- Runtime: Bun
- Framework: Next.js 15
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Linting/Formatting: Biome
- Email: Resend
- Animations: Motion
Install dependencies:
bun installRun the development server:
bun devOpen http://localhost:3000 to view the site.
Copy .env.example to .env.local and fill in your Resend API key:
cp .env.example .env.localbun run buildbun run lint # Check code quality
bun run format # Format code
bun run check # Check and fix code qualityThis site is configured for deployment on Ubuntu VM.