You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_This tool is running at [https://ograf-devtool.superfly.tv](https://ograf-devtool.superfly.tv)_
6
+
5
7
This is a tool to help with developing <b>[OGraf](https://ograf.ebu.io/) Graphics</b>.
6
8
7
-
The tool is running at [https://ograf-devtool.superfly.tv/](https://ograf-devtool.superfly.tv/)
9
+
## Main features
10
+
11
+
- Loads and displays OGraf Graphics directly from your local hard drive.
12
+
- Runs various checks on the OGraf Graphics to find common mistakes that makes them non-compliant with the OGraf specification.
13
+
- Control GUI for testing RealTime OGraf Graphics.
14
+
- Control GUI for testing Non-RealTime OGraf Graphics.
15
+
16
+

17
+
18
+
## Having a problem?
19
+
20
+
If the problem is related to the DevTool itself, please open an [issue here](https://github.com/SuperFlyTV/ograf-devtool/issues) or [contribute a fix](https://github.com/SuperFlyTV/ograf-devtool/pulls) yourself!
8
21
9
-
## For Developers
22
+
If the problem is related to the OGraf Specification, please [open an issue on the OGraf repository](https://github.com/ebu/ograf/issues).
23
+
24
+
## For Developers of the OGraf DevTool
10
25
11
26
```bash
12
27
@@ -22,3 +37,9 @@ npm run start
22
37
# Start the client in dev-mode and serve it locally:
23
38
npm run dev
24
39
```
40
+
41
+
### Deployment
42
+
43
+
Simply push to the `main` branch. A Github Action will publish a Docker Image and pull it onto the deployment server.
44
+
45
+
_(SuperFly-internal notes are [here](https://github.com/SuperFlyTV/internal-scripts/tree/main/SuperFlyTV/ograf-devtool).)_
0 commit comments