This is a monorepo managed with PNPM containing multiple web applications and projects.
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.
-
Clone the repository:
git clone https://github.com/yourusername/pnpm-monorepo.git cd pnpm-monorepo
-
Install dependencies:
pnpm install
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
To work with the elections-tracker package:
# Development server
cd elections-tracker
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview
- Package Management: PNPM Workspaces
- Website:
- Astro - Web framework
- Tailwind CSS - CSS framework
- DaisyUI - Tailwind CSS component library
- Hono - Web framework for APIs
- Elections Tracker:
- Astro - Web framework
This project is licensed under the LGPL-3.0-or-later.