Welcome to the workspace for developing the backend and frontend component for the IXON Bulk Firmware Upgrade.
Basic information on how to develop this app can be found in the workspace repositories.
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