An open API service indexing awesome lists of open source software.

https://github.com/ssynowiec/lucia-demo


https://github.com/ssynowiec/lucia-demo

auth drizzle-orm lucia-auth nextjs postgres typescript

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Lucia-auth-demo

## Live demo

https://lucia-auth-demo.vercel.app/

## Run locally

1. Clone repository

```bash
git clone https://github.com/ssynowiec/lucia-demo.git
cd lucia-demo
```

2. Set up environments

```dotenv
DATABASE_URL=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
```

3. Install dependencies & run project

```bash
npm install
npm run dev
# or
yarn install
yarn dev
# or
pnpm install
pnpm dev
# or
bun install
bun dev
```