Skip to content

donaldsonblack/bellsboxing

Repository files navigation

Bells Boxing

Elite boxing training and fitness website.

Tech Stack

  • Runtime: Bun
  • Framework: Next.js 15
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components: shadcn/ui
  • Linting/Formatting: Biome
  • Email: Resend
  • Animations: Motion

Getting Started

Install dependencies:

bun install

Run the development server:

bun dev

Open http://localhost:3000 to view the site.

Environment Variables

Copy .env.example to .env.local and fill in your Resend API key:

cp .env.example .env.local

Build

bun run build

Linting and Formatting

bun run lint      # Check code quality
bun run format    # Format code
bun run check     # Check and fix code quality

Deployment

This site is configured for deployment on Ubuntu VM.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published