From 31516481fee3c3c4749f7bc60704e621aa3f9bd3 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Thu, 14 May 2020 16:27:39 +0530 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fe6fc2..a091a59 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,22 @@ # Generating static web pages using whatsapp In this project we will illustrate how to build a static web page using commands in whatsapp. -## installation +## Installation Requirements : Node js and Npm +### To start web generator + ``` cd website-generation npm install npm start -```bash +``` + + +### To start whatsapp bot + +``` +cd whatsapp-web.js +npm install +npm start +```