From 5fade466d7a0e0717a1f368c5fded62ffc929af1 Mon Sep 17 00:00:00 2001 From: HerrH Date: Tue, 23 Oct 2018 18:35:37 +0200 Subject: [PATCH] Added some emojis (#124) Some colorful emojis for the quick-setup instructions. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 958403d..f61e94b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This project is released under the [MIT license](LICENSE). Please make sure you ## Usage -### Prerequisites +### :exclamation: Prerequisites You need to have the latest/LTS [node](https://nodejs.org/en/download/) and [npm](https://www.npmjs.com/get-npm) versions installed in order to use Victor Hugo. @@ -22,7 +22,7 @@ npm install This will take some time and will install all packages necessary to run Victor Hugo and its tasks. -### Development +### :construction_worker: Development While developing your website, use: @@ -50,7 +50,7 @@ gulp server-preview Then visit http://localhost:3000/ *- or a new browser windows popped-up already -* to preview your new website. BrowserSync will automatically reload the CSS or refresh the whole page, when stylesheets or content changes. -### Static build +### :package: Static build To build a static version of the website inside the `/dist` folder, run: