Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clerk/clerk-redwood-starter
Example starter repo for Clerk and RedwoodJS
https://github.com/clerk/clerk-redwood-starter
auth clerk redwoodjs
Last synced: 3 months ago
JSON representation
Example starter repo for Clerk and RedwoodJS
- Host: GitHub
- URL: https://github.com/clerk/clerk-redwood-starter
- Owner: clerk
- Created: 2022-02-24T00:06:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T12:50:05.000Z (over 1 year ago)
- Last Synced: 2024-04-26T01:34:13.488Z (7 months ago)
- Topics: auth, clerk, redwoodjs
- Language: TypeScript
- Homepage:
- Size: 1.14 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clerk + Redwood Starter
This example shows how to use [Clerk](https://clerk.dev?utm_source=github&utm_medium=starter_repos&utm_campaign=redwoodjs_starter) with RedwoodJS. The example application features sign up, sign in, and profile management.
## Running the starter
To run the example locally you need to:
1. Sign up for a Clerk account at https://clerk.dev.
2. Follow the [integration instructions](https://docs.clerk.dev/get-started/redwoodjs) for RedwoodJS.
3. Set the required Clerk environment variables as shown in [the example env file](./.env.example).
4. `yarn install` the required dependencies.
5. `yarn redwood dev` and you are good to go.## Contact
If you need support or have anything you would like to ask, please reach out in our [Discord channel](https://discord.com/invite/b5rXHjAg7A). We'd love to chat!