Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/panteliselef/astro-with-clerk-auth

Community Astro SDK for Clerk with starter `astro-clerk-auth`
https://github.com/panteliselef/astro-with-clerk-auth

astro astrojs clerk clerk-auth clerkjs

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Community Clerk + Astro starter `astro-clerk-auth`

> [!IMPORTANT]
> This project has graduated to an [official SDK](https://clerk.com/changelog/2024-07-18-clerk-astro). Please proceed [here](https://clerk.com/docs/references/astro/migrating-from-astro-community-sdk) for migration instructions.

## [Read the docs](./packages/astro-clerk-auth/README.md)

### Apps
- `playground`: My personal website. [elef.codes](https://elef.codes/)
- `playgroud-with-package`: Most up-to-date. [astro-clerk.elef.codes](https://astro-clerk.elef.codes/)

### Packages
- `astro-clerk-auth`: Private package for supporting integration between Clerk and Astro. [Read the docs](./packages/astro-clerk-auth/README.md)

### Build
This turborepo uses [npm](https://www.npmjs.com/) 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
```