Coingraph is a real-time graph for cryptocurrencies.
yarnAnd don't forget to also install the daemon dependencies!
If necessary, view the daemon configurations.
yarn run allThe previous command starts both the daemon and the web interface.
- Start the
coingraph-daemonand then - Run the container
docker run -d \ -p 3000:3000 \ --link DAEMON_CONTAINER_ID \ derogab/coingraph-client
Open .env files and eventually change environment variables. And then start one of the following.
docker-compose up -ddocker-compose -f docker-compose.dev.yml up -d docker-compose -f docker-compose.build.yml up -d --buildCoingraph is made with ♥ by derogab and the amazing dev team. It is released under the MIT license.
