Skip to content

shufps/nerdqaxe-web-flasher

 
 

Repository files navigation

Nerd*axe Web Flasher

The Nerd*axe Web Flasher is the open source tool that provides you an easy solution to flash a factory file to you device.

Flashing process

Simply connect your device, select the model and board version and click on flash.

Development / Run locally

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-flasher

and access it by http://localhost:3000

About

This is a modified fork of the Bitaxe Web Flasher for Nerd*axe devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 89.7%
  • JavaScript 5.9%
  • CSS 3.5%
  • Dockerfile 0.9%