/bayenet

An easy to use editor for Bayesian networks.

Primary LanguageTypeScript

Bayenet

📗 Description

This project aims to provide an easy-to-use editor for Bayesian networks.

🔨 Requirements

  • node ^13.9.0
  • npm ^6.13.7

💨 Running a development version of Bayenet

  • 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:3000 on your browser

🔧 Running tests

To execute all test suites, simply run npm run test.