KeySAVe is an application to decrypt and dump Generation 6&7 Pokémon save files.
This branch tracks the development of the new web version which will run directly in the browser. If you are interested in the old Electron-based version, please check out the electron branch or grab a release from the releases page.
To get started on development, run these commands:
yarn install
yarn start
This starts a server on localhost:3000 that will serve the built website with support for hot reloading.
You can also generate developent and production builds with yarn run build:dev
and yarn run build:start
respectively.
The project is available under the terms of the MIT License.