QP Explorer RESTful APIs Quick Start Use the Compatible Node Version: nvm use Install the dependencies: yarn install Set the environment variables: cp .env.example .env # open .env and modify the environment variables (if needed) Running Server: yarn dev