This is a frontend to the Auth server repo, This repo demostrates how the Auth server could be used practically
-
See the get started section of the Auth server (https://github.com/VinukaThejana/auth-server?tab=readme-ov-file#how-to-get-started)
-
Make sure that the auth-server is up and running
-
From bun
bun install
bun run dev
- From pnpm
pnpm install
pnpm dev
- From npm
npm install
npm run dev