We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7c919 commit f142f89Copy full SHA for f142f89
README.md
@@ -8,7 +8,21 @@
8
* Homepage: [http://staticsiteboilerplate.com/](http://staticsiteboilerplate.com//)
9
* Documentation: [https://docs.staticsiteboilerplate.com/](https://docs.staticsiteboilerplate.com/)
10
11
-## Features
+## Installation
12
+
13
+```bash
14
+git clone https://github.com/ericalli/static-site-boilerplate
15
+ ```
16
17
+ ```bash
18
+cd static-site-boilerplate
19
20
21
22
+rm -rf .git && git init
23
24
25
+ ## Features
26
27
* **Modern Technologies:** Full support for HTML5, JavaScript (Vanilla and ES6) and CSS (Sass and PostCSS)
28
* **Built-in Server:** Local development server with hot reloading
0 commit comments