/crypto-dashboard

Dashboard for your crypto portfolio

Primary LanguageJavaScriptMIT LicenseMIT

node Build Status coverage apm

Crypto Dashboard

webApp where you can see your crypto portfolio.

Install

  1. Clone repo
> git clone https://github.com/byverdu/crypto-dashboard.git
  1. Run Docker
> sudo docker-compose up --build
  1. Visit http://localhost:3040

Docker commands

The following only builds the images, does not start the containers:

docker-compose build

The following builds the images if the images do not exist and starts the containers:

docker-compose up

If you add the --build option, it is forced to build the images even when not needed:

docker-compose up --build

The following skips the image build process:

docker-compose up --no-build

If the images aren’t built beforehand, it fails. (edited)

docker system prune -a --volumes