Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

AnBusse/bayesjs-editor

 
 

Repository files navigation

Build Status Coverage Status

BayesJs Editor

An editor for Bayesian Networks built in React.

How to setup

git clone git@github.com:bayesjs/bayesjs-editor.git
cd bayesjs-editor
yarn // or npm install

How to test

To execute the unit test you can run:

yarn run test:unit

And to execute the integration test you can run when the project not runnig:

yarn run test:e2e

or, in case you wanna open the cypress while the project is running, in another terminal run:

yarn run cypress open

How to run

yarn start

License

MIT

About

A simple editor for Bayesian Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.6%
  • CSS 2.3%
  • HTML 0.1%