derogab/coingraph-client
Coingraph is a real-time graph for cryptocurrencies.
2.0K
Coingraph is a real-time graph for cryptocurrencies.
yarn
And don't forget to also install the daemon dependencies!
If necessary, view the daemon configurations.
yarn run all
The previous command starts both the daemon and the web interface.
Manual
coingraph-daemon
and thendocker 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
Coingraph is made with ♥ by derogab and the amazing dev team. It is released under the MIT license.
docker pull derogab/coingraph-client