Skip to content

panteliselef/astro-with-clerk-auth

Repository files navigation

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