From 917fd8536df484ac148b3d0d165d379f7a9bd1c0 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Thu, 14 May 2020 16:07:08 +0530 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ae4e600 --- /dev/null +++ b/README.md @@ -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