Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 598 Bytes

File metadata and controls

31 lines (21 loc) · 598 Bytes

Contributing to simple stack

We are only open to contributions to the www/ documentation site. The remaining packages are here for legacy purposes.

Prerequisites

Setup

git clone https://github.com/bholmesdev/simple-stack.git
cd simple-stack/www
pnpm install

Development

pnpm dev

The docs site is built with Astro + Starlight.

Linting

pnpm check      # check for issues
pnpm check:fix  # auto-fix issues