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

https://github.com/zarr-developers/zarr-summit-2025

Website for the 2025 Zarr Summit
https://github.com/zarr-developers/zarr-summit-2025

Last synced: 5 months ago
JSON representation

Website for the 2025 Zarr Summit

Awesome Lists containing this project

README

          

# zarr-summit-2025

Website for the 2025 Zarr Summit

## Deployment

This site is automatically deployed to GitHub Pages using GitHub Actions when changes are pushed to the main branch.

## Development

```bash
npm install
npm run dev
```

## Building

```bash
npm run build
```

The built files will be output to the `out/` directory for static hosting.