← 返回首页
GitHub - zarr-developers/zarr-developers.github.io: Zarr Homepage · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

zarr-developers/zarr-developers.github.io

Go to file
Code

Repository files navigation

More items

zarr.dev

Main Zarr website hosted at https://zarr.dev

Local development

This site is built with VitePress. Requires Node.js 20+.

npm ci npm run docs:dev # dev server at http://localhost:5173/ npm run docs:build # production build into .vitepress/dist/ npm run docs:preview # preview the production build

Deployment

The site deploys to GitHub Pages via .github/workflows/deploy.yml on every push to main. The custom domain zarr.dev is preserved by public/CNAME, which VitePress copies into the build output.

Redirects

Site-wide redirects (e.g. /numcodecs/blosc → numcodecs.readthedocs.io) are defined as a single YAML map at .vitepress/redirects.yml. The build hook in .vitepress/plugins/redirects.ts generates one static <from>/index.html meta-refresh stub per entry into the build output.

To add a redirect: append an entry to .vitepress/redirects.yml (/path: target-url) and rebuild.

About

Zarr Homepage

Topics

Resources

License

Code of conduct

Contributing

Stars

6 stars

Watchers

11 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.