https://github.com/purinx/resas-dashboard
https://github.com/purinx/resas-dashboard
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/purinx/resas-dashboard
- Owner: purinx
- Created: 2023-11-19T00:21:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T02:37:35.000Z (over 2 years ago)
- Last Synced: 2025-01-22T14:12:24.067Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://resas-dashboard.vercel.app
- Size: 3.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resas Dashboard
This site visualizes demographics by prefecture.
## Requirement
- Node.js V20
- Resas API Key
## Dependencies
- Next.js (App Router)
- pino
- Jest
- React Testing Library
- Recharts
- Zustand
- Zod
- Storybook
- ESLint
- Prettier
## Storybook
```
npm run storybook
```
## Test
```
cp .env.example .env.test.local
# Edit .env.test.local
npm run test
```
## 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.