No description
Find a file
Sudhanshu Gautam 8796c44090 Minor refactoring. Use language's regional translation as key.
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>
2019-10-02 23:38:15 +05:30
.github/workflows fix CD 2019-09-27 02:08:02 +05:30
public Adds tabbed interface for advanced image building and reformats code 2019-07-12 01:41:43 +05:30
src Minor refactoring. Use language's regional translation as key. 2019-10-02 23:38:15 +05:30
.env initializes the base for the firmware wizard 2019-06-26 02:43:24 +05:30
.eslintignore Add ESLint to maintain code style. Add pre-commit hook to lint prior. 2019-07-21 22:03:51 +05:30
.eslintrc.yml Add config system 2019-09-13 02:39:28 +05:30
.gitignore uses json from dev server 2019-07-05 22:18:02 +05:30
.prettierrc Add prettier support 2019-09-02 02:34:41 +05:30
package.json Fix responsive design issues 2019-09-05 00:03:52 +05:30
README.md Update README.md (#13) 2019-08-25 19:32:09 +05:30
yarn.lock Fix responsive design issues 2019-09-05 00:03:52 +05:30

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:

  1. Clone the repository
  2. Use yarn 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.