Skip to content

rooklift/shin-kaya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

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.