A responsive interface for visualizing and recording Premier League dart matches.
Built with Electron, jQuery, sqlite3, and Inkscape.
Authored by Shannon Baker, Tristan Lyon, and Alex Turner.
A pre-built executable can be found at ./out/OnPoint-win32-x64/OnPoint.exe
.
- Install
node 18.17.1
andnpm 9.6.7
or later (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). - Open terminal and navigate to folder.
- Run
npm install
to install the dependencies listed inpackage.json
. - Run
npm run make
to generate theout
folder, which contains theOnPoint.exe
executable. - This distributable is specifically for Windows. See https://www.electronforge.io/config/makers to create builds for other platforms.