Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 754 Bytes

File metadata and controls

38 lines (24 loc) · 754 Bytes

CoMapeo Desktop

Go to the Development docs to learn about how the project is structured and how to work on it locally.

Quick Start

Make sure you have the preferred versions of tooling installed:

  1. Clone the repo:

    git clone https://github.com/digidem/comapeo-desktop.git
  2. Install dependencies:

    npm install
  3. 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

License

GPL-3.0