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