Skip to content

ixoncloud/app-bulk-firmware-upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IXON Bulk Firmware Upgrade

Welcome to the workspace for developing the backend and frontend component for the IXON Bulk Firmware Upgrade.

Basic information

Basic information on how to develop this app can be found in the workspace repositories.

Getting started

To get started, download this project as a ZIP, and extract it to your desired location.

To run the project, no additional commands are required, as this is automatically sets up your virtual environment and installs dependencies.

You will need 2 terminals

# Run the backend
make run
# Run the frontend
npm install
npx cdk simulate frontend