From cbc9c1ec0f3699114589b828222f7050dae1b6e9 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Mon, 3 Jun 2019 19:37:08 +0000 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=98=9A=20=20added=20more=20stuff=20the?= =?UTF-8?q?=20the=20readme=20=F0=9F=8C=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ad7531..19db219 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ a better version of my logic gate simulator Check out the [demo](https://mateiadrielrafael.github.io/logicGateSimulator2/) To run locally clone this repo, and then run: `npm install` -to install all dependenices. +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: - [typescript](https://github.com/microsoft/TypeScript) and [sass](https://github.com/sass/sass)