From Source
Mostly for development purpose
# Clone the repo
git clone git@github.com:moshe/elasticsearch-comrade.git
# Install server deps
cd elasticsearch-comrade
pipenv install -e . --skip-lock
# Install client deps
cd client
npm installStarting the server
pipenv run python index.py # In the root of the project Starting the client
cd client
npm run serveLast updated
Was this helpful?