Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 352 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 352 Bytes

Dashboard Displaying Tanssi ContainerChain Status

Getting started

Clone the repo:

git clone https://github.com/papermoonio/tanssi-dashboard
cd tanssi-dashboard

Install dependencies:

yarn

Start dev server (localhost:3000 by default):

yarn dev

Start production server (localhost:3000 by default):

yarn start