Added some emojis (#124)

Some colorful emojis for the quick-setup instructions.
This commit is contained in:
HerrH 2018-10-23 18:35:37 +02:00 committed by Shawn Erquhart
parent 2927483780
commit 5fade466d7
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ This project is released under the [MIT license](LICENSE). Please make sure you
## Usage ## 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. 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. 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: 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. 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: To build a static version of the website inside the `/dist` folder, run: