Several dashboards for exploring and visualizing BodyLoop data.
In PowerShell, run:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Using Homebrew:
brew install uvOr using the official installer:
curl -LsSf https://astral.sh/uv/install.sh | shYou can use uvx to run the tool without installing it:
uvx --refresh https://github.com/bodyloop/bodyloop-dashboards/archive/refs/heads/main.zipInstall the tool with:
uv tool install --refresh https://github.com/bodyloop/bodyloop-dashboards/archive/refs/heads/main.zipRun the tool with:
bodyloop-dashboards- Clone the repository.
- Sync dependencies:
uv sync- Run the CLI:
uv run bodyloop-dashboardsAfter installing dependencies/syncing the project, run:
bodyloop-dashboards
Contributions are welcome.
- Fork or clone this repository.
- Create a feature branch.
- Install dependencies with
uv sync. - Make your changes.
- Verify the CLI still works, for example:
uv run bodyloop-dashboards - Commit with a clear message and open a pull request.