This repository contains the documentation website for the functional ultrasound imaging (fUSI) community resources, built with Zensical.
- Python 3.13+
- uv package manager
-
Start the development server:
uv run zensical serve
-
Open your browser to http://127.0.0.1:8000
To build the static site:
uv run zensical buildThe built site will be in the site/ directory.
This is a community-based resource. To contribute:
- Make your changes in the
docs/directory. - Test locally with
uv run zensical serve. - Submit your changes via a pull request.