https://github.com/logigator/logigator
Build, simulate and manage complex logic circuits
https://github.com/logigator/logigator
angular logic logic-circuit logic-gates simulation
Last synced: about 5 hours ago
JSON representation
Build, simulate and manage complex logic circuits
- Host: GitHub
- URL: https://github.com/logigator/logigator
- Owner: logigator
- License: mit
- Created: 2020-09-11T07:57:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-03-29T22:40:48.000Z (4 days ago)
- Last Synced: 2026-03-30T00:57:50.854Z (4 days ago)
- Topics: angular, logic, logic-circuit, logic-gates, simulation
- Language: TypeScript
- Homepage: https://logigator.com
- Size: 13.7 MB
- Stars: 25
- Watchers: 0
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logigator
**Build, simulate and manage complex logic circuits for free - [Logigator](https://logigator.com)**
[](https://github.com/logigator/logigator/actions?query=workflow%3A%22CI+logigator-backend%22)
[](https://github.com/logigator/logigator/actions?query=workflow%3A%22CI+logigator-editor%22)
## Prerequisites
* Docker [(download)](https://docs.docker.com/engine/install/)
## Installation
Clone the repository:
```shell
git clone 'https://github.com/logigator/logigator.git'
```
### Docker
There is a [docker-compose.yaml](docker-compose.yaml) file provided in the repository.
It defines containers for the following services:
* Apache HTTP Proxy
* MySQL Database
* Redis
* Rebrow (Redis UI)
and the development servers for Logigator itself.
Simply run
```shell
docker compose up -d
```
and the services should come online.
## Configuration
All configuration files can be found under ``logigator-backend/config``.
Configure them appropriately, then rename them omitting the ``.example``.
### hosts file
Add the following entry to your hosts file (Windows: ``C:\Windows\System32\drivers\etc\hosts``, Linux: `/etc/hosts`):
````
127.0.0.1 dev.logigator.com
````
## License
This Project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details