Skip to content

Privatech38/circuit-flow

Repository files navigation

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:

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:

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.

About

An app for creating and simulating digital circuits

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors