Skip to content

EvChurch/cg-metrics

Repository files navigation

CG Metrics

A React-based connect group metrics page built with TypeScript and Vite.

Features

  • Built with React 19, TypeScript, and Vite
  • Tailwind CSS for styling
  • ESLint configuration for code quality

Development

This project uses the following technologies:

Getting Started

  1. Install dependencies:

    pnpm install
  2. Start the development server:

    pnpm dev
  3. Build for production:

    pnpm build

GitHub Pages Deployment

This project is configured to automatically deploy to GitHub Pages using GitHub Actions.

Workflow Details

The GitHub Actions workflow (.github/workflows/deploy.yml) will:

  • Build the project using Node.js
  • Run linting and type checking
  • Build the production bundle
  • Deploy to GitHub Pages

The app will be available at: https://evchurch.github.io/cg-metrics/

Releases

No releases published

Packages

 
 
 

Contributors