Skip to content

waldronmatt/groundwork

Repository files navigation

groundwork

Welcome to my personal monorepo, a curated collection of boilerplate projects and reusable configurations. This repository serves as my go-to resource for quickly setting up new projects and experimenting with emerging technologies. Whether you're a fellow developer or just curious, feel free to explore and utilize these setups.

Prerequisites

For cloning, follow the directions to install pnpm, additional packages, and nx.

For forking, follow all the directions found in the setup page.

Installation

Install dependencies:

pnpm i

Getting Started

Run local development servers:

pnpm dev

Lint files:

pnpm lint

Run tests with coverage:

pnpm test

Compile files and build bundle:

pnpm build

Starts local servers that serves the build outputs from their respective output folders:

Note: Run pnpm build first

pnpm preview

Additional Documentation

Additional documentation for this repo can be found here.

License

MIT