This example shows how to use Clerk with RedwoodJS. The example application features sign up, sign in, and profile management.
To run the example locally you need to:
- Sign up for a Clerk account at https://clerk.dev.
- Follow the integration instructions for RedwoodJS.
- Set the required Clerk environment variables as shown in the example env file.
yarn install
the required dependencies.yarn redwood dev
and you are good to go.
If you need support or have anything you would like to ask, please reach out in our Discord channel. We'd love to chat!