
Add instructions to `web/README-static.md`, describing how to run the static flamenco.io website locally. Reviewed By: sybren Differential Revision: https://developer.blender.org/D15426
785 B
785 B
Static Web Files
Files in the static
directory will get embedded into the Flamenco Manager
executable, and served as static files via its web server.
make webapp-static
clears it out and builds the webapp there. It also ZIPs the Blender add-on, and places it in there as well.make clean-webapp-static
just does the clearing of the files.
static/emptyfile
exists just to make sure that go:embed
inside web_app.go
has something to work with, even before any static files have been built.
Running Flamenco Io locally
Flamenco IO runs off of Hugo. Once Hugo is installed, from the web/flamenco-io-site
directory, start the server with:
hugo server -D