exigo Development process Prequisites Node.js ≥10 Yarn ≥1 Workflow Clone a fork of the master branch and install all the required dependencies with yarn Initialize the development database as follows: cd server yarn db:init yarn db:seed Execute yarn develop from the project's root directory