Files
Custom-Static-Website-Gener…/README.md
Akilan Selvacoumar 31516481fe Update README.md
2020-05-14 16:27:39 +05:30

28 lines
741 B
Markdown

[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![GitHub issues](https://img.shields.io/github/issues/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/issues/)
# Generating static web pages using whatsapp
In this project we will illustrate how to build a static web page using commands in whatsapp.
## Installation
Requirements : Node js and Npm
### To start web generator
```
cd website-generation
npm install
npm start
```
### To start whatsapp bot
```
cd whatsapp-web.js
npm install
npm start
```