Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vfshera/astro-lucia-auth

All In One Astro + Lucia Authentication
https://github.com/vfshera/astro-lucia-auth

astro lucia-auth

Last synced: 5 days ago
JSON representation

All In One Astro + Lucia Authentication

Awesome Lists containing this project

README

        

# Astro Lucia Auth

This project includes a mock mailbox.

## Setup

### Install dependencies

```bash
pnpm i
```

### Prisma

Migrate Prisma schema:

```bash
npx prisma migrate dev --name init
```

## Run

```bash
pnpm dev
```