Storyboard Studio v0.1.1
Storyboard Studio v0.1.1
A verified installation and CI reliability patch for the first public release.
Fixed
- Every documented
maketarget now uses the.venvcreated bymake setup. A new clone can install, run, test, lint, format-check, and export without relying on globally installed project dependencies. - CI now exercises that exact documented workflow, builds a distributable wheel, and uses current GitHub Action runtime releases.
Quick start
git clone https://github.com/OthmaneBlial/Storyboard-Studio.git
cd Storyboard-Studio
make setup
make runOpen http://127.0.0.1:8000, add a brief, review the outline, and export an editable PowerPoint deck. For a non-interactive example, run make export-sample.
Validation
- A fresh public clone completed
make setupandmake export-samplesuccessfully. - The release commit passed CI, covering the Make-based development workflow, wheel build, tests, formatting, linting, and PPTX export.
- The live Storyboard Studio showcase remains available for the public product walkthrough.
Compatibility
No breaking API or export changes. v0.1.1 is a drop-in update for v0.1.0 users.
Important note
The repository intentionally has no open-source license yet; reuse rights are not granted until the owner selects one.