/ChessPgnReviserTauri

Load your chess Pgn file and try to find moves from your side.

Primary LanguageVueMIT LicenseMIT

Chess Pgn Reviser

Load your chess Pgn file and try to find moves from your side.

Credits

Application icon downloaded from https://www.flaticon.com/free-icon/chess_178148 and designed by Flat Icons.

Other images have been downloaded from flaticon :

FreeSerif font downloaded from https://fr.fonts2u.com/free-serif.police

Developpers

  1. Install Tauri : https://tauri.studio/en/docs/getting-started/intro
  2. launch command yarn from your terminal in order to install dependencies.
  3. launch yarn tauri:serve for a local development server.

Publishing a release

  • edit package.json, and update fields version and release_message
  • edit tauri.conf.json and update field version

So that a Github Action will be able to publish a new release