mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 18:59:27 +00:00
No description
Previously, the translation data had the language names translated in the specific language which is counter intuitive. Because if the page loads in English and the user clicks on the Change Language button then they will see their language's name in English which they might not now. Signed-off-by: Sudhanshu Gautam <me@sudhanshug.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: