Skip to content

northernkings/nkgt

Repository files navigation

Northern Kings GT Website

This is the website for the Northern Kings GT event.

Tech Stack

  • 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

Development

Prerequisites

  • Node.js 18 or higher
  • pnpm 8 or higher

Setup

# Install dependencies
pnpm install

# Start development server
pnpm dev

The site will be available at http://localhost:4321

Build

# Build for production
pnpm build

# Preview production build
pnpm preview

Directory Structure

  • src/ - Source code
    • @types/ - TypeScript type definitions
    • assets/ - Static assets (images, fonts, etc.)
    • components/ - React components
    • data/ - Data files
    • layouts/ - Astro layout components
    • pages/ - Astro pages (file-based routing)
    • styles/ - Global CSS styles
    • utils/ - Utility functions and helpers
    • views/ - Page-specific components

Deployment

The site is built into the dist/ directory, which can be deployed to any static hosting service.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks