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

https://github.com/purinx/neko-auth

Supabase Auth Sample with Next.js App Router
https://github.com/purinx/neko-auth

Last synced: 8 months ago
JSON representation

Supabase Auth Sample with Next.js App Router

Awesome Lists containing this project

README

          

# Neko-Auth

Supabase and Next.js App Router Sample.

## Requirement

- Node.js v20
- Supabase Account

## Dependencies

- Next.js (App Router)
- supabase-js
- pico.css
- Jest
- Storybook
- Radix

## Storybook

```
npm run storybook
```

## Test

```
cp .env.example .env.test.local
# Edit .env.test.local
npm run test
```

## Lint

```
npm run lint
```

## Run locally (for dev use)

```
cp .env.example .env.local
# Edit .env.local
npm run dev
```

## Deploy

Push to main branch and it will be deployed by Vercel.