/shin-kaya

Simple Go Database in Electron

Primary LanguageJavaScript

Screenshot

Simple go game database app, using Electron and better-sqlite3.

Building

In the src folder, do:

npm install
./node_modules/.bin/electron-rebuild.cmd
./node_modules/.bin/electron .

That seems to be it? After which, one can do electron . (assuming Electron is installed globally). If there was any demand for this I would consider making a proper release.