Problem
Currently we have to manually setup and run Forkana locally to review changes.
I'd be useful if there were some private deployment site that was easily updateable when new PRs are merged so that we can review those changes more easily.
It's especially helpful for designers to see how it actually works.
Solution
Not entirely sure, but it would at least involve a Dockerfile that can be rebuilt to grab the latest changes from master and then redeployed.
Problem
Currently we have to manually setup and run Forkana locally to review changes.
I'd be useful if there were some private deployment site that was easily updateable when new PRs are merged so that we can review those changes more easily.
It's especially helpful for designers to see how it actually works.
Solution
Not entirely sure, but it would at least involve a
Dockerfilethat can be rebuilt to grab the latest changes frommasterand then redeployed.