This is a demo project to showcase how to use Shaper with a file-based workflow to develop and deploy dashboards.
The project uses Python's package manager pip to install the shaper binary.
A Shaper instance is running locally to serve the dashboards.
- Python 3.9+ with
pip make
make installThis creates .venv and installs shaper-bin pinned to the version in the Makefile.
Open two terminals:
- Terminal A: start the local server
make serve- Terminal B: deploy
make deployTerminal B: Run the dev file watcher:
make devThen create and edit dashboards in the dashboards/ folder.
MIT License