# Logic gate simulator

This is a logic gate simulator made for infoeducatie 2019.

Many thanks to [Canana](http://canana.xyz/) for the logo!

## Getting started

Check out the [demo](https://logic-gate-simulator.herokuapp.com/)
Or read the [docs](./docs/main.md) (work in progess)

I've also made a [trello board](https://trello.com/b/LW3XSnGN/logic-gate-simulator) and a [discord-serber]()

// TODO: make the server

## 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
```