Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 924 Bytes

README.MD

File metadata and controls

27 lines (18 loc) · 924 Bytes

Known Vulnerabilities code style: 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/