Important
This project has graduated to an official SDK. Please proceed here for migration instructions.
playground
: My personal website. elef.codesplaygroud-with-package
: Most up-to-date. astro-clerk.elef.codes
astro-clerk-auth
: Private package for supporting integration between Clerk and Astro. Read the docs
This turborepo uses npm as a package manager. To build all apps and packages, run the following command:
cd astro-with-clerk-auth
npm run build
To develop all apps and packages, run the following command:
cd astro-with-clerk-auth
npm run dev