Skip to content

Commit 467a154

Browse files
authored
docs: update README.md
1 parent a136336 commit 467a154

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ aerial-mod
55

66
Modified version of HTML5 UP Aerial Template
77

8+
See it in action:
9+
[www.radwell.codes](http://www.radwell.codes)
10+
811
## Modifications
912

1013
* Removed most of the animations
@@ -22,31 +25,26 @@ Modified version of HTML5 UP Aerial Template
2225

2326
## Installation
2427

25-
### Make sure you have npm
28+
### Pre-requisites
2629

27-
npm comes with Node.js. Go to [nodejs.org](https://nodejs.org) to download it.
30+
- [Node.js](https://nodejs.org/en/download)
31+
- [Sass](https://github.com/sass/dart-sass)
2832

2933
### Install the dependencies
3034

3135
```
3236
npm install
3337
```
3438

35-
### Run grunt
36-
37-
If `grunt-cli` is not already installed, install it:
38-
39-
```
40-
npm install grunt-cli -g
41-
```
39+
### Build
4240

4341
Run:
42+
4443
```
45-
grunt
44+
npm run build
4645
```
4746

48-
See it in action:
49-
[www.radwell.codes](http://www.radwell.codes)
47+
## Credits
5048

5149
Source template: [Aerial](http://html5up.net/uploads/demos/aerial/)
5250
by [HTML5 UP](http://html5up.net/)

0 commit comments

Comments
 (0)