This is the website for the Northern Kings GT event.
- Astro v5 - Web framework for content-focused websites
- React - JavaScript library for building user interfaces
- Vite v6 - Frontend tooling
- pnpm - Fast, disk space efficient package manager
- Node.js 18 or higher
- pnpm 8 or higher
# Install dependencies
pnpm install
# Start development server
pnpm dev
The site will be available at http://localhost:4321
# Build for production
pnpm build
# Preview production build
pnpm preview
src/
- Source code@types/
- TypeScript type definitionsassets/
- Static assets (images, fonts, etc.)components/
- React componentsdata/
- Data fileslayouts/
- Astro layout componentspages/
- Astro pages (file-based routing)styles/
- Global CSS stylesutils/
- Utility functions and helpersviews/
- Page-specific components
The site is built into the dist/
directory, which can be deployed to any static hosting service.