derogab/coingraph-client

By derogab

Updated 5 months ago

Coingraph is a real-time graph for cryptocurrencies.

Image

2.0K

Coingraph

GitHub release (latest SemVer including pre-releases)Travis (.org)GitHub starsGitHub forksGitHub issuesGitHub License

Coingraph is a real-time graph for cryptocurrencies.

Dependencies

yarn

And don't forget to also install the daemon dependencies!

Configuration

If necessary, view the daemon configurations.

Usage

yarn run all

The previous command starts both the daemon and the web interface.

Docker

GitHub release (latest SemVer including pre-releases)Docker Image Size (tag)Docker Pulls

Manual

  1. Start the coingraph-daemon and then
  2. Run the container
    docker run -d \  -p 3000:3000 \  --link DAEMON_CONTAINER_ID \  derogab/coingraph-client
    

Using docker-compose

Open .env files and eventually change environment variables. And then start one of the following.

Production

docker-compose up -d

Development

docker-compose -f docker-compose.dev.yml up -d 

Build

docker-compose -f docker-compose.build.yml up -d --build

License

Coingraph is made with ♥ by derogab and the amazing dev team. It is released under the MIT license.

Docker Pull Command

docker pull derogab/coingraph-client