Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 266 Bytes

File metadata and controls

15 lines (11 loc) · 266 Bytes

BOOLR

A digital logic simulator
Download BOOLR

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