mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Better Auth Electron Example
This is an example of how to use Better Auth with Electron.
Prerequirements
Make sure you've set-up the Better Auth Demo App.
How to run
- Clone the repo and open it in your code editor
- Run the following commands
pnpm install
pnpm dev
Checkout the electron guide to learn more.