Skip to content

A site for viewing stats for safeblues, and controlling virus behaviours

Notifications You must be signed in to change notification settings

joshjm/safeBluesDashboard

Repository files navigation

Safe Blues Dashboard

Live github pages site

See the trello board for updates on development.

Dependencies:

  • plotly for plots
  • mathjs for gamma function
  • google-protobuf for protobuffers

Setup

To run development server locally:

git clone https://github.com/joshjm/safeBluesDashboard.git
cd safeBluesDashboard
npm install
npm run serve

To push build to production (github pages)

./deploy.sh

After ensuring deploy.sh is executable with chmod +x deploy.sh.

compiling protos

protoc -I. --js_out=import_style=commonjs,binary:. sb.proto 

protoc -I. --js_out="import_style=commonjs,binary:." sb.proto

from root
protoc --js_out=import_style=commonjs,binary:. ./src/pb/sb.proto 

About

A site for viewing stats for safeblues, and controlling virus behaviours

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published