Merge branch 'master' of https://github.com/Mateiadrielrafael/logicGateSimulator2
This commit is contained in:
commit
a5cb7abc6b
|
@ -6,7 +6,7 @@ Many thanks to [Canana](http://canana.xyz/) for the logo!
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
Check out the [demo](https://mateiadrielrafael.github.io/logicGateSimulator/)
|
Check out the [demo](https://logic-gate-simulator.herokuapp.com/)
|
||||||
Or read the [docs](./docs/main.md) (work in progess)
|
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]()
|
I've also made a [trello board](https://trello.com/b/LW3XSnGN/logic-gate-simulator) and a [discord-serber]()
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
There are 3 ways to get the simulator up and running:
|
There are 3 ways to get the simulator up and running:
|
||||||
|
|
||||||
1. Using the version hosted on github-pages:
|
1. Using [the version hosted on heroku](https://logic-gate-simulator.herokuapp.com/):
|
||||||
|
|
||||||
This is by far the fastest solution - everything you need to do is open
|
This is by far the fastest solution - everything you need to do is open
|
||||||
[the github-pages url](https://mateiadrielrafael.github.io/logicGateSimulator/)
|
[the github-pages url](https://logic-gate-simulator.herokuapp.com/)
|
||||||
|
|
||||||
2. Using a development server:
|
2. Using a development server:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue