https://github.com/stellarbeat/js-stellarbeat-frontend
Visualize, inspect and simulate the nodes and organizations that make up the Stellar network.
https://github.com/stellarbeat/js-stellarbeat-frontend
consensus d3 stellar-network vuejs
Last synced: over 1 year ago
JSON representation
Visualize, inspect and simulate the nodes and organizations that make up the Stellar network.
- Host: GitHub
- URL: https://github.com/stellarbeat/js-stellarbeat-frontend
- Owner: stellarbeat
- License: mit
- Created: 2018-09-14T17:11:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T09:28:31.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T11:12:10.896Z (almost 2 years ago)
- Topics: consensus, d3, stellar-network, vuejs
- Language: Vue
- Homepage: https://stellarbeat.io
- Size: 9.97 MB
- Stars: 6
- Watchers: 5
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
[](https://snyk.io/test/github/stellarbeat/js-stellarbeat-frontend)
[](https://github.com/prettier/prettier)
# Stellarbeat frontend
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
## Usage
### installation
`yarn install`
Copy .env.dist to .env and fill in the values.
### development mode
`yarn run serve`
### production build
production build:
`yarn run build`
## Pre-rendering
Pre-rendering is handled by https://prerender.io/