Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 656 Bytes

File metadata and controls

34 lines (31 loc) · 656 Bytes

Crypto Sheets

A tool for tracking crypto currency prices in Google sheets

Required Tooling

Development

First time

  1. Clone this repo and navigate to the app directory
$ git clone https://github.com/shelter-labs/crypto-sheets.git
$ cd crypto-sheets
  1. Create .env
$ cp .env.example .env
  1. Build and run containers
$ docker compose up --build

Running the app

$ docker compose up

Stop the app

$ docker compose down