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
- Host: GitHub
- URL: https://github.com/zarr-developers/zarr-summit-2025
- Owner: zarr-developers
- License: mit
- Created: 2025-08-15T18:28:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-27T18:23:05.000Z (5 months ago)
- Last Synced: 2025-08-28T02:21:15.122Z (5 months ago)
- Language: TypeScript
- Homepage: https://zarr.dev/zarr-summit-2025/
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.