Analytics on the Akash Network. Number of deployments, leased compute, price comparisons, graphs and more!
akash13265twfqejnma6cc93rw5dxk4cldyz2zyy8cdm
cd /api
npm start
cd /app
npm start
docker build . -t baktun/akashlytics-api
docker push baktun/akashlytics-api
docker build . -t baktun/akashlytics-web --build-arg API_BASE_URL="https://api.akashlytics.com"
docker push baktun/akashlytics-web
docker-compose build --build-arg API_BASE_URL="https://api.akashlytics.com"
docker push baktun/akashlytics-api
docker push baktun/akashlytics-web