This is the official landing page for the Baltic Dragons, the reigning European champions in dragon boat racing.
The website includes dynamic sections such as news, mission, locations, and team details, optimized for performance, accessibility, and mobile responsiveness. It is a volunteer-maintained project supporting a local sports community.
- Next.js (App Router)
- Tailwind CSS
- TypeScript
- Hosted on Vercel
First, install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun installThen run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 in your browser to view the site.
app/– Next.js App Router pages and layoutscomponents/– Reusable React componentspublic/– Static assetsstyles/– Tailwind and global CSSnext.config.js– Next.js configuration
The site is deployed on Vercel, providing automatic CI/CD and global edge delivery for fast load times.
To deploy:
- Push your changes to your main branch on GitHub.
- Vercel will automatically build and deploy the site.
For manual deployment, follow Next.js deployment documentation.
This is a volunteer community project. If you wish to improve the site, you are welcome to open a PR or issue.
MIT License
Maintained with ❤️ for the Baltic Dragons by local volunteers.