Visualize, inspect and simulate the nodes and organizations that make up the Stellar network.
Frontend website for https://stellarbeat.io.
Built with the https://vuejs.org/ framework. (Migration to vue3 is in progress, currently on 2.7)
Shared code with backend can be found at https://github.com/stellarbeat/js-stellarbeat-shared/
Backend (API) code can be found at https://github.com/stellarbeat/js-stellarbeat-backend
yarn install
Copy .env.dist to .env and fill in the values.
yarn run serve
production build:
yarn run build
Pre-rendering is handled by https://prerender.io/