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 install
Only if you want those:
pnpm husky:setup
pnpm dev
pnpm build
pnpm 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:staged
pnpm format
# To fix format
pnpm format:fix
pnpm yeet