An open API service indexing awesome lists of open source software.

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

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.