This repository demonstrates how to bundle a basic web application for the Armada network by leveraging the Armada GitHub Release Action.
The armada.yml GitHub Workflow is triggered whenever a new Release is published, which does the following:
- The application gets compiled into a static production build via
npm run build
. - The production build gets bundled for use on Armada using the armada-cli.
- The bundle and its checksum get uploaded as binary assets to the GitHub Release that triggered the workflow.