This project aims to provide an easy-to-use editor for Bayesian networks.
node^13.9.0npm^6.13.7
- Fetch the repository to your local machine
git clone https://github.com/Neriuzz/bayenet.git - CD into the repository
cd bayenet - Install all dependencies
npm i - Run the dev server
npm run dev - Go to
localhost:3000on your browser
To execute all test suites, simply run npm run test.