The NerdQaxe++ Web Flasher is the open source tool that provides you an easy solution to flash a factory file to you NerdQaxe++.
Simply connect your device, select the firmware version and click on flash.
You can use Docker for compiling the application and to run it locally by
# build the image
docker build . -f Dockerfile -t nerdqaxe-web-flasher
# run the container in background without hot reload
docker run --rm -d -p 3000:3000 nerdqaxe-web-flasher
# run the container in foregroud with hot reload on file changes
docker run --rm -it -p 3000:3000 -v $(pwd):/app nerdqaxe-web-flasherand access it by http://localhost:3000
