Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 675 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 675 Bytes

Bayes Network Tool

This is a simple tool written in React to explore the properties of Bayesian Networks.

Bayes Network Tool hosted on Github Pages

Screenshot

Demo image

Development

VSCode bade

npm install
npm run serve

Deployment

npm run build
git commit -m "Deployment"
git push