Quickstart
Prequisties
Compeer requires Docker and NPM.
Install Docker Engine: https://docs.docker.com/engine/install
Install NPM via Node.js: https://nodejs.org/en/download
Install Compeer
First, clone the Compeer repository from GitHub:
git clone https://github.com/compeer-ai/compeer.git
Once cloned, we’ll use Compeer’s MakeFile to setup everything we need.
make build
Give this a minute or so to setup everything. This will stand up all Compeer dependencies and the Compeer CLI.