BIG WIP: This is a work in progress, and is not ready for use.
Feature-heavy monorepo boilerplate for static web apps.
See the docs, for list of features, guides, explanations.
Made with love by Fabien Roy.
| Name | Type | Status |
|---|---|---|
| General | General | |
| Web | App | |
| CMS Client | Package |
apps/web: Astro web app
packages/clients/cms: CMS client librarypackages/config/eslint: Shared eslint configpackages/config/stylelint: Shared stylelint configpackages/config/tsconfig: Shared tsconfig
pnpm installOnly if you want those:
pnpm husky:setuppnpm devpnpm buildpnpm lint
# To fix lint
pnpm lint:fix
# For file names
pnpm lint:ls
# To only apply to root
pnpm lint:root
pnpm lint:root:fix
# Fix lint on staged files
pnpm lint:stagedpnpm format
# To fix format
pnpm format:fixpnpm yeet