See atoll repo for an overview of the full project. This repo is for the desktop client that
uses electron to allow the atoll-shared library to be used for the desktop app as well as the
web app.
Use this document to get a quick start with the electron desktop client code. In future we'll have more detailed information in separate documents in the "docs" folder.
- See
atollrepo for Node & NPM versions to use. - See
atollrepo for current version of VS Code that's recommended.
- Make sure you install the recommended workspace extensions.
npm cito install a locked down dependency tree.- Clone
atoll-sharedrepo and follow instructions in its README.md to get it building correctly. npm linkinatoll-sharedroot folder,npm link @atoll/sharedin this repo's root folder.npm startto build and launch the electron hosted app. 5