Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 569 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 569 Bytes

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.