Skip to content

paralink-network/paralink-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paralink explorer

Install

Install mono-repo:

git clone https://github.com/paralink-network/paralink-explorer
cd paralink-explorer
yarn

Frontend

You will need nodejs:

yarn workspace frontend dev

That will start a dev frontend with hot reload.

Backend

You will need nodejs, docker and docker-compose. To build and start all the required dockers:

yarn workspace backend docker