Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 484 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 484 Bytes

This website got built with React, and you can find it live at www.ssiprotocol.com.

Demos posted on our Twitter.

Build it locally

git clone https://github.com/pungtas/tyron-web-portal
cd tyron-web-portal
yarn build
serve -s build

Contribute to the development of this open-source software

git checkout -b <your branch>
yarn start