Build from sources

Build Cassandre

Get the sources from Github

git clone git@github.com:cassandre-tech/cassandre-trading-bot.git

Move to the source directory

cd cassandre-trading-bot

Build & install without test

mvn install -Dgpg.skip -DskipTests

Build & install

mvn install -Dgpg.skip

Build documentation

Run local documentation

vuepress dev docs/src

Documentation website will be accessible at http://0.0.0.0:8080/open in new window.

Build static website

yarn --cwd docs build