/pyross-webui

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

Primary LanguageTypeScriptMIT LicenseMIT

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 git@github.com:TakodaS/pyross-webui.git
cd pyross-webui
yarn install
yarn start

Build and push to production branch

yarn build
yarn deploy