mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 18:59:27 +00:00
No description
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4) Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github/workflows | ||
| public | ||
| src | ||
| .env | ||
| .eslintignore | ||
| .eslintrc.yml | ||
| .gitignore | ||
| .prettierrc | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
OpenWrt Firmware Selector Wizard
The wizard utilises the changes proposed here.
Along with this, the feature to build custom images utilises Attended Sysupgrade Server
Features
- Easily search devices
- Option to download Vanilla images
- Option to download custom images
Setting up
You can set it up easily:
- Clone the repository
- Use yarn to install package dependencies
yarn install - Use the following command to start a dev server:
yarn start
Deployment
In order to deploy the web app, follow the following steps:
-
For gh-pages:
yarn deploy- Enable Github Pages setting to use gh-pages branch.
-
Elsewhere:
- Build the app using:
yarn build - Host the files from
/builddirectory.
- Build the app using: