An open API service indexing awesome lists of open source software.

https://github.com/privatech38/circuit-flow

An app for creating and simulating digital circuits
https://github.com/privatech38/circuit-flow

circuit editor logic-gates react reactflow

Last synced: about 1 month ago
JSON representation

An app for creating and simulating digital circuits

Awesome Lists containing this project

README

          

# Circuit Flow
Circuit Flow is a React app for designing and simulating digital circuits. It provides a user-friendly interface for creating
and testing digital logic circuits, making it an ideal tool for students, educators, and hobbyists interested in learning
about digital electronics.

## Running and building the project
The project requires bun to run and build. You can install bun from https://bun.sh/.
To run the project in development mode, use the following command:
```bash
bun dev
```
This will start the development server and open the app in your default web browser.

To build the project for production, use the following command:
```bash
bun build
```
This will create an optimized build of the app in the `dist` directory, which can be deployed to a web server.

## Contributing
Contributions to Circuit Flow are welcome! If you have an idea for a new feature or have found a bug, please open an issue
or submit a pull request.