17 lines
542 B
Markdown
17 lines
542 B
Markdown
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
|
|
|
|
[](https://GitHub.com/Naereen/StrapDown.js/issues/)
|
|
|
|
GitHub issues-closed
|
|
# 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
|