Files
better-auth/examples/nuxt-example/README.md
2024-10-17 07:22:21 +03:00

18 lines
456 B
Markdown

# Nuxt Better Auth Example
This is an example of how to use Better Auth with Nuxt.
**Implements the following features:**
Email & Password . Social Sign-in with Google
## How to run
1. Clone the code sandbox (or the repo) and open it in your code editor
2. Move .env.example to .env and provide necessary variables
3. Run the following commands
```bash
pnpm install
pnpm dev
```
4. Open the browser and navigate to `http://localhost:3000`