astro-with-clerk-auth icon indicating copy to clipboard operation
astro-with-clerk-auth copied to clipboard

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

Community Clerk + Astro starter astro-clerk-auth

What's inside?

This turborepo uses npm as a package manager.

Apps

Packages

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

Build

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