Live github pages site
See the trello board for updates on development.
Dependencies:
- plotly for plots
- mathjs for gamma function
- google-protobuf for protobuffers
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