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
- Host: GitHub
- URL: https://github.com/purinx/neko-auth
- Owner: purinx
- Created: 2023-12-09T23:47:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T00:38:22.000Z (over 2 years ago)
- Last Synced: 2025-01-22T14:12:23.892Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://neko-auth.vercel.app
- Size: 999 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.