A desktop app which centralize websites translation.
You need node and yarn (or another package manager) First you need to clone this repository:
git clone https://github.com/akuma06/WNReader
Then you need to install the dependencies:
cd WNReader
yarn
Then you can run it with:
yarn dev
When you have successfully run the app, you can build a setup file with the following command:
yarn build
The setup file can then be found in the build folder.
Make a PR after linting.