Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 274 Bytes

File metadata and controls

31 lines (23 loc) · 274 Bytes

Build it locally

git clone https://github.com/Zillacracy-org/ssibrowser.com
cd ssibrowser.com
yarn build
serve -s build

Develop this open source software

git checkout -b <your branch>
npm i
npm start