Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 322 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 322 Bytes

pyross-webui

A web UI for pyross in the style of covid19-scenarios.org

See https://takodas.github.io/pyross-webui/

Run local version:

git clone [email protected]:TakodaS/pyross-webui.git
cd pyross-webui
yarn install
yarn start

Build and push to production branch

yarn build
yarn deploy