Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 1012 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 1012 Bytes

Community Clerk + Astro starter astro-clerk-auth

Important

This project has graduated to an official SDK. Please proceed here for migration instructions.

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