/agileworks

Primary LanguageTypeScript

Agileworks mono repo

This is a monorepo of agileworks with a single docs site (./apps/gs-awds-docs) that has installed two local packages:

The monorepo is using Turborepo and pnpm workspaces to link packages together.

run apps/docs in development mode:

pnpm dev

release

npx changeset
pnpm bump
pnpm release

The app should be up and running at http://localhost:3000.