File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
15311 . Clone ``` git clone https://github.com/CastleCSS/castlecss-boilerplate.git ``` or [ download] ( https://github.com/CastleCSS/castlecss-boilerplate/archive/master.zip ) CastleCSS Boilerplate.
You can’t perform that action at this time.
0 commit comments