Running the project
Last updated
Last updated
On your computer
If setting up using Docker
Installed
Installed docker-compose (Bundled with the official Docker setup)
If setting up locally
Installed
Installed package manager
Git
Clone the repo: git clone https://github.com/pajicf/token-price-oracle-orchestrator.git
Navigate to the folder: cd token-price-oracle-orchestrator
Fill the .env as in
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
Run docker-compose up
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
Run yarn
to install the dependencies
Building the project: yarn build
Starting the project: yarn start