CircuitVerse is a free, open-source platform which allows users to construct digital logic circuits online. We also offer the Interactive Book which teaches users on the fundamentals of modern, digital circuits. Please also see our documentation or GitHub Wiki.
We would love to hear from you! We communicate on the following platforms:
We follow the Code of Conduct of the CircuitVerse Community.
- Install npm
npm run install:all (for simulator and electron packages)
To run it one time:
npm run build
- npm start
To start development server:
cd cv-frontend && npm run start
- change
index.html
toindexDev.html
in main.js. (To be changed soon) npm start
To run tests:
cd cv-frontend && npm run test
This project is licensed under the MIT License.