Go to the Development docs to learn about how the project is structured and how to work on it locally.
Make sure you have the preferred versions of tooling installed:
-
Clone the repo:
git clone https://github.com/digidem/comapeo-desktop.git
-
Install dependencies:
npm install
-
Start the application in development mode:
node --run start
Alternatively can use npm (although it will be a bit slower for things to start) i.e.
npm run start