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
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,6 @@ The project will watch for changes in your scss and html files in your root and
27
27
- Build the project: ```npm run create_all```
28
28
- Only build CSS: ```npm run create_css```
29
29
30
-
## Get started
31
-
1. Clone ```git clone https://github.com/CastleCSS/castlecss-boilerplate.git``` or [download](https://github.com/CastleCSS/castlecss-boilerplate/archive/master.zip) CastleCSS Boilerplate.
32
-
2. Set up your project directory and a basic site structure.
33
-
3. Make sure you have the latest version of [npm](https://www.npmjs.com/) installed. From your directory, open a commandline and download the required packages by typing ```npm install```.
34
-
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](http://gruntjs.com/getting-started).
35
-
5. Add some content, do some styling and include functionality.
36
-
6. Run your site locally and see how it all works out!
37
-
38
30
## Basic structure
39
31
The basis structure for your website should look similar like this:
0 commit comments