• Stars
    star
    600
  • Rank 74,640 (Top 2 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A digital logic simulator

BOOLR

A digital logic simulator
Download BOOLR: http://boolr.me

Running in development

Either npm or yarn can be used to fetch Electron as dependency and run scripts.

# Fetch dependencies
npm install

# Run in development
npm start