Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Colm3na/polkastats-v3

Repository files navigation

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