erratic-gate/README.md
2019-08-01 23:29:42 +03:00

51 lines
1 KiB
Markdown

# Logic gate simulator
This is a logic gate simulator made for infoeducatie 2019.
## Getting started
Check out the [demo](https://logic-gate-simulator.herokuapp.com/)
Or read the [docs](./docs/main.md)
I've also made a [trello board](https://trello.com/b/LW3XSnGN/logic-gate-simulator) .
## Credits
Many thanks to:
1. [Canana](http://canana.xyz/) for the logo!
2. Player_0_1#2955 for all the testing and ideas
3. BlueGhost, Vyctor, Mao for all the design reviews
## Features
- Simple & intuitive UI
- Multiple simulations support
- Integrated circuits
- Multiple bits per pin
- Multiple language support: Romanian, English, Dutch & 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
```
## Assets & code wich i didn't make myself:
You can read a full list with what i don't own [here](./docs/assets-i-dont-own.md)