Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mika-f/prefecture-charts
https://github.com/mika-f/prefecture-charts
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mika-f/prefecture-charts
- Owner: mika-f
- Created: 2023-08-04T13:34:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-15T14:50:30.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:21:29.000Z (7 months ago)
- Language: TypeScript
- Homepage: https://prefecture-charts.vercel.app
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Environment Variables
```ini
# globals
NEXT_PUBLIC_RESAS_API_KEY=xxx# for testing (optional, but required for chromatic - VRT)
CHROMATIC_PROJECT_TOKEN=xxx
```## Development
- `pnpm install`
- `pnpm run dev`## Deployments
- `git commit -m "message"`
- `git push origin main`## Testing
- `pnpm run lint` with Code Quality
- `pnpm run test` with Unit Testing
- `CHROMATIC_PROJECT_TOKEN=xxx pnpm run chromatic` with VRT and UI Testing