# 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](../nextjs/README.md). ## How to run 1. Clone the repo and open it in your code editor 2. Run the following commands ```bash pnpm install pnpm dev ``` Checkout the [electron guide](https://www.better-auth.com/docs/integrations/electron) to learn more.