Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`
- Host: GitHub
- URL: https://github.com/panteliselef/astro-with-clerk-auth
- Owner: panteliselef
- License: mit
- Created: 2023-03-25T14:21:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T15:40:17.000Z (7 months ago)
- Last Synced: 2024-12-06T04:36:02.628Z (2 months ago)
- Topics: astro, astrojs, clerk, clerk-auth, clerkjs
- Language: TypeScript
- Homepage: https://astro-clerk.elef.codes
- Size: 1.18 MB
- Stars: 44
- Watchers: 3
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```