Skip to content

Commit 351e0d6

Browse files
author
Darius Rosendahl
committed
Updated the readme
1 parent 7725942 commit 351e0d6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ Use this Boilerplate to get started with your project right away!
1010
- [castlecss-core](https://github.com/CastleCSS/castlecss-core)
1111
- [castlecss-buttons](https://github.com/CastleCSS/castlecss-buttons)
1212
- [castlecss-notifications](https://github.com/CastleCSS/castlecss-notifications)
13+
- [castlecss-breadcrumbs](https://github.com/CastleCSS/castlecss-breadcrumbs)
14+
- [castlecss-icons](https://github.com/CastleCSS/castlecss-icons)
15+
16+
## How to install
17+
- Download or clone this package
18+
- Install the project: ```npm install```
19+
20+
## Build and run automatically
21+
- Start the project with: ```npm run start```
22+
23+
This will automatically start a browserSync server.<br />
24+
The project will watch for changes in your scss and html files in your root and scss folder and automatically reload when you change something
25+
26+
## Build and run manually
27+
- Build the project: ```npm run create_all```
28+
- Only build CSS: ```npm run create_css```
1329

1430
## Get started
1531
1. Clone ```git clone https://github.com/CastleCSS/castlecss-boilerplate.git``` or [download](https://github.com/CastleCSS/castlecss-boilerplate/archive/master.zip) CastleCSS Boilerplate.

0 commit comments

Comments
 (0)