Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 724 Bytes

File metadata and controls

23 lines (12 loc) · 724 Bytes

WhatsApp Export Viewer

Rebuild of WhatsApp Export Viewer Old from the ground up.

Install

Please download and install using the latest release

Latest Release

Development

Start with: yarn start

Vite builds the renderer and watches for changes. Meanwhile, electron starts up and loads the index.html file built.

Build with yarn build

Vite statically builds the renderer into src/renderer/dist, then electron-builder packages up the build into an executable.

Enjoy!

Powered by: Svelte + Vite + Electron