openwrt-firmware-selector/README.md
2020-06-07 13:19:49 +05:30

35 lines
943 B
Markdown

# OpenWrt Firmware Selector Wizard
The wizard utilises the changes proposed [here](https://github.com/openwrt/openwrt/pull/2192).
Along with this, the feature to build custom images utilises [Attended Sysupgrade Server](https://github.com/aparcar/attendedsysupgrade-server)
## Features
* Easily search devices
* Option to download Vanilla images
* Option to download custom images
## Setting up
You can set it up easily:
1. Clone the repository
2. Use [yarn](https://yarnpkg.com/en/) to install package dependencies
``` yarn install ```
3. 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:
1. ``` yarn deploy ```
2. Enable Github Pages setting to use gh-pages branch.
* Elsewhere:
1. Build the app using:
``` yarn build ```
2. Host the files from `/build` directory.
## [LICENSE](LICENSE)