Skip to content

earthfast/demo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Armada Demo Project

This repository demonstrates how to bundle a basic web application for the Armada network by leveraging the Armada GitHub Release Action.

How It Works

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.