astro-with-clerk-auth

Community Astro SDK for Clerk with starter `astro-clerk-auth`

MIT License

Downloads
3.1K
Stars
45

Community Clerk + Astro starter astro-clerk-auth

[!IMPORTANT] This project has graduated to an official SDK. Please proceed here for migration instructions.

Read the docs

Apps

Packages

  • astro-clerk-auth: Private package for supporting integration between Clerk and Astro. Read the docs

Build

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

Develop

To develop all apps and packages, run the following command:

cd astro-with-clerk-auth
npm run dev