Coingraph Save

Coingraph is a real-time graph for cryptocurrencies.

Project README

Coingraph

GitHub release (latest SemVer including pre-releases) Build & Push Docker Image GitHub stars GitHub forks GitHub issues GitHub License

Coingraph is a real-time graph for cryptocurrencies.

Dependencies

npm install

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

Configuration

If necessary, view the daemon configurations.

Usage

npm run all

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

Docker

GitHub release (latest SemVer including pre-releases) Build & Push Docker Image Docker Pulls

Manual

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

Using docker-compose

Copy .env.template to .env. 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.

Open Source Agenda is not affiliated with "Coingraph" Project. README Source: derogab/coingraph

Open Source Agenda Badge

Open Source Agenda Rating