A tool for tracking crypto currency prices in Google sheets
- Clone this repo and navigate to the app directory
$ git clone https://github.com/shelter-labs/crypto-sheets.git
$ cd crypto-sheets
- Create .env
$ cp .env.example .env
- Build and run containers
$ docker compose up --build
$ docker compose up
$ docker compose down