File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ aerial-mod
55
66Modified 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```
3236npm 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
4341Run:
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
5149Source template: [ Aerial] ( http://html5up.net/uploads/demos/aerial/ )
5250by [ HTML5 UP] ( http://html5up.net/ )
You can’t perform that action at this time.
0 commit comments