You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,10 @@ Use this Boilerplate to get started with your project right away!
14
14
## Get started
15
15
1. Clone ```git clone https://github.com/CastleCSS/castlecss.git``` or [download](https://github.com/CastleCSS/castlecss-boilerplate/archive/master.zip) CastleCSS Boilerplate.
16
16
2. Set up your project directory and a basic site structure.
17
-
3. Run Grunt from your directory by typing ```Grunt``` in the commandline. If you haven't used Grunt before, be sure to check out the Getting Started guide.
18
-
4. Add some content, do some styling and include functionality.
19
-
5. Run your site locally and see how it all works out!
17
+
3. Run ``npm install``in the commandline. This will download the neccecary packages and install them.
18
+
4. Run Grunt from your directory by typing ```Grunt``` in the commandline. If you haven't used Grunt before, be sure to check out the Getting Started guide.
19
+
5. Add some content, do some styling and include functionality.
20
+
6. Run your site locally and see how it all works out!
20
21
21
22
## Basic structure
22
23
The basis structure for your website should look similar like this:
0 commit comments