added docs to readme
This commit is contained in:
parent
b06a4c7441
commit
b28eec6342
|
@ -1,12 +1,15 @@
|
||||||
# logicGateSimulator2
|
# logicGateSimulator2
|
||||||
|
|
||||||
a better version of my logic gate simulator
|
a better version of my logic gate simulator
|
||||||
|
|
||||||
Check out the [demo](https://mateiadrielrafael.github.io/logicGateSimulator/)
|
Check out the [demo](https://mateiadrielrafael.github.io/logicGateSimulator/)
|
||||||
|
Or read the [docs](./docs/main.md) (work in progess)
|
||||||
|
|
||||||
To run locally clone this repo, and then run: `npm install`
|
To run locally clone this repo, and then run: `npm install`
|
||||||
to install all dependenices, `npm run dev` to start the development server or `npm run build` to bundle it.
|
to install all dependenices, `npm run dev` to start the development server or `npm run build` to bundle it.
|
||||||
|
|
||||||
This project wouldnt have been possible without the follownig libraries:
|
This project wouldnt have been possible without the follownig libraries:
|
||||||
|
|
||||||
- [typescript](https://github.com/microsoft/TypeScript) and [sass](https://github.com/sass/sass)
|
- [typescript](https://github.com/microsoft/TypeScript) and [sass](https://github.com/sass/sass)
|
||||||
- [lit-html](https://github.com/Polymer/lit-html) , [lit-rx](https://github.com/Dabolus/lit-rx) and [rxjs](https://github.com/ReactiveX/rxjs)
|
- [lit-html](https://github.com/Polymer/lit-html) , [lit-rx](https://github.com/Dabolus/lit-rx) and [rxjs](https://github.com/ReactiveX/rxjs)
|
||||||
- [material components for the web](https://github.com/material-components/material-components-web)
|
- [material components for the web](https://github.com/material-components/material-components-web)
|
||||||
|
|
Loading…
Reference in a new issue