Go to the Development docs to learn about how the project is structured and how to work on it locally.
-
Clone the repo:
git clone https://github.com/digidem/comapeo-desktop.git
-
Install dependencies:
npm install
-
Start the application in development mode:
npm start