Use this example app to test @clerk/fastify
.
- Install dependencies
npm install
-
Use
@clerk/dev-cli
to build all repository packages and install the local version into this playground. -
Start the server:
pnpm start
You can visit these routes:
/
/sign-in
/me
(requires sign-in)/private
(requires sign-in)