Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mika-f/prefecture-charts


https://github.com/mika-f/prefecture-charts

Last synced: 4 days ago
JSON representation

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