mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
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.