Running the project

Requirements βœ…

Installation βš™οΈ

Git

  1. Clone the repo: git clone https://github.com/pajicf/token-price-oracle-orchestrator.git

  2. Navigate to the folder: cd token-price-oracle-orchestrator

  3. Fill the .env as in this guide

After you complete the previous steps, the following instruction will vary based on that if you're trying to run the project using docker or your local setup


Docker setup

  1. Run docker-compose up

  2. That's it!

If you've pulled new code files you'll have to rebuild the Docker image using docker-compose build --no-cache token_price_oracle_orchestrator_ts

Running locally

  1. Run yarn to install the dependencies

  2. Building the project: arrow-up-rightyarn build

  3. Starting the project: arrow-up-rightyarn start

Last updated