https://github.com/enthought/edge-examples
Example applications and related documentation for Edge
https://github.com/enthought/edge-examples
Last synced: 4 months ago
JSON representation
Example applications and related documentation for Edge
- Host: GitHub
- URL: https://github.com/enthought/edge-examples
- Owner: enthought
- Created: 2022-09-13T08:20:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T16:57:36.000Z (10 months ago)
- Last Synced: 2025-09-02T18:31:37.259Z (10 months ago)
- Language: Python
- Homepage:
- Size: 3.12 MB
- Stars: 2
- Watchers: 14
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Edge Examples
This GitHub repo holds working examples of apps supported by Enthought Edge.
Each example is a standalone container that inherits from `edm-rockylinux-8`.
The examples are self-contained, with their own README.md and "ci" module that
contains build commands. For new users, the recommended workflow for
development is:
* Make a copy of the example files.
* Following the instructions in the README file, get to the point where the
example app is working locally.
* Publish the example (possibly with minor changes to the config, such as adding
an image name that matches your Docker repository).
* Ensure you are able to launch the app in Edge.
* Modify your copy of the example as desired.