erratic-gate/README.md
2019-07-25 14:09:47 +03:00

36 lines
675 B
Markdown

# Logic gate simulator
This is a logic gate simulator made for infoeducatie 2019.
## Getting started
Check out the [demo](https://mateiadrielrafael.github.io/logicGateSimulator/)
Or read the [docs](./docs/main.md) (work in progess)
## Features
- Simple & intuitive UI
- Multiple simulations support
- Integrated circuits
- Multiple language support: Romanian, English, German, Dutch, Spanish & more in the future
## Playing with the source
To run locally clone this repo, and then install all dependencies by rrunning:
```sh
npm install
```
Start the development server by running:
```sh
npm run dev
```
Or bundle the source with:
```sh
npm run build
```