Skip to content

GGBRW/BOOLR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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