Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ixoncloud/app-bulk-firmware-upgrade
https://github.com/ixoncloud/app-bulk-firmware-upgrade
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ixoncloud/app-bulk-firmware-upgrade
- Owner: ixoncloud
- License: mit
- Created: 2024-01-29T11:03:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T14:47:38.000Z (2 months ago)
- Last Synced: 2024-11-04T15:45:59.308Z (2 months ago)
- Language: Svelte
- Size: 191 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
- [Backend Component Workspace](https://github.com/ixoncloud/backend-component-workspace)
- [Component Workspace](https://github.com/ixoncloud/component-workspace)## 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
```sh
# Run the backend
make run
``````sh
# Run the frontend
npm install
npx cdk simulate frontend
```