Create README.md

This commit is contained in:
Akilan Selvacoumar
2020-05-14 16:07:08 +05:30
committed by GitHub
parent 7e88f38465
commit 917fd8536d

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# 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
```
cd website-generation
npm install
npm start
```bash