A pattern catalog for AI-assisted software engineering.
npm install
npm run devThis project uses sailkit installed directly from GitHub. The dist/ folder is gitignored in that repo, so a postinstall script builds it automatically after npm install.
If you still see build errors related to sailkit, run manually:
cd node_modules/sailkit && npm run build