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.
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:
bun devThis will start the development server and open the app in your default web browser.
To build the project for production, use the following command:
bun buildThis will create an optimized build of the app in the dist directory, which can be deployed to a web server.
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.