polkastats-v3 icon indicating copy to clipboard operation
polkastats-v3 copied to clipboard

PolkaStats V3 frontend

PolkaStats v3

Polkadot network statistics

This repository is ARCHIVED, for latest version go to https://github.com/polkastats/polkastats

Build frontend

# Clone this repo
$ git clone https://github.com/Colm3na/polkastats-v3.git
$ cd polkastats-v3

# Install dependencies
$ npm install

# Serve with hot reload at localhost:3000
$ npm run dev

# Build for production
$ npm run build

# generate static project
$ npm run generate

Build backend

See: https://github.com/Colm3na/polkastats-backend-v3