No description
Find a file
Sudhanshu Gautam aab4965a4d change translate option icon from language to translate
Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
2019-10-03 23:57:52 +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 change translate option icon from language to translate 2019-10-03 23:57:52 +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.