Skip to content

BodyLoop/bodyloop-dashboards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bodyloop-dashboards

Several dashboards for exploring and visualizing BodyLoop data.

Installation guide

Prerequisites

Install uv on Windows

In PowerShell, run:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Install uv on macOS

Using Homebrew:

brew install uv

Or using the official installer:

curl -LsSf https://astral.sh/uv/install.sh | sh

One-shot run

You can use uvx to run the tool without installing it:

uvx --refresh https://github.com/bodyloop/bodyloop-dashboards/archive/refs/heads/main.zip

Install locally

Install the tool with:

uv tool install --refresh https://github.com/bodyloop/bodyloop-dashboards/archive/refs/heads/main.zip

Run the tool with:

bodyloop-dashboards

Creating an editable install

  1. Clone the repository.
  2. Sync dependencies:
uv sync
  1. Run the CLI:
uv run bodyloop-dashboards

CLI usage

After installing dependencies/syncing the project, run:

  • bodyloop-dashboards

Contribution guide

Contributions are welcome.

  1. Fork or clone this repository.
  2. Create a feature branch.
  3. Install dependencies with uv sync.
  4. Make your changes.
  5. Verify the CLI still works, for example: uv run bodyloop-dashboards
  6. Commit with a clear message and open a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages