Skip to content

dmanjunath/ef-demo-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 36.6%
  • JavaScript 32.9%
  • HTML 30.5%