Skip to content

LowkeyLab/pnpm-monorepo

Repository files navigation

PNPM Monorepo

This is a monorepo managed with PNPM containing multiple web applications and projects.

Repository Structure

This monorepo contains the following packages:

  • website: A personal website for Tim Tran, built with Astro, Tailwind CSS, and DaisyUI.
  • elections-tracker: An application for tracking election information, built with Astro.

Prerequisites

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/pnpm-monorepo.git
    cd pnpm-monorepo
  2. Install dependencies:

    pnpm install

Usage

Website

To work with the website package:

# Development server
cd website
pnpm dev

# Build for production
pnpm build

# Preview production build
pnpm preview

# Lint code
pnpm lint

# Start production server
pnpm start

Elections Tracker

To work with the elections-tracker package:

# Development server
cd elections-tracker
pnpm dev

# Build for production
pnpm build

# Preview production build
pnpm preview

Technologies

  • Package Management: PNPM Workspaces
  • Website:
  • Elections Tracker:

License

This project is licensed under the LGPL-3.0-or-later.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •