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
atoll
repo for Node & NPM versions to use. - See
atoll
repo for current version of VS Code that's recommended.
- Make sure you install the recommended workspace extensions.
npm ci
to install a locked down dependency tree.- Clone
atoll-shared
repo and follow instructions in its README.md to get it building correctly. npm link
inatoll-shared
root folder,npm link @atoll/shared
in this repo's root folder.npm start
to build and launch the electron hosted app. 5