Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 252 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 252 Bytes

Tari Block Explorer

Development

Get the code and dependencies:

git clone https://github.com/tari-project/explorer.git
cd explorer
npm install

Start the dev server with:

npm run dev

Deployment

Build

npm run build