Update README.md

This commit is contained in:
Akilan Selvacoumar
2020-05-14 16:27:39 +05:30
committed by GitHub
parent bf2232f552
commit 31516481fe

View File

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