Skip to content
forked from superlou/fta-js

Fault tree diagramming and analysis

Notifications You must be signed in to change notification settings

andonglong/fta-js

 
 

Repository files navigation

fta-js

Try the demo built from master at https://www.louissimons.com/fta-js/.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd fta-js
  • npm install

Running / Development

Running Tests

  • npm run test
  • npm run test:ember -- --server

Linting

  • npm run lint
  • npm run lint:fix

Building

  • npm exec ember build (development)
  • npm run build (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Fault tree diagramming and analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.2%
  • Handlebars 15.4%
  • SCSS 6.2%
  • HTML 3.2%