This tool is running at https://ograf-devtool.superfly.tv
This is a tool to help with developing OGraf Graphics.
- Loads and displays OGraf Graphics directly from your local hard drive.
- Runs various checks on the OGraf Graphics to find common mistakes that makes them non-compliant with the OGraf specification.
- Control GUI for testing RealTime OGraf Graphics.
- Control GUI for testing Non-RealTime OGraf Graphics.
If the problem is related to the DevTool itself, please open an issue here or contribute a fix yourself!
If the problem is related to the OGraf Specification, please open an issue on the OGraf repository.
npm i
npm run install:client
# Build client and serve it locally
npm run build:client
npm run start
# OR:
# Start the client in dev-mode and serve it locally:
npm run dev
Simply push to the main
branch. A Github Action will publish a Docker Image and pull it onto the deployment server.
(SuperFly-internal notes are here.)