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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,17 @@ Sourcecode for www.castlecss.com and the documentation for [CastleCSS](https://g
7
7
## How to install
8
8
- Download or clone this package
9
9
- Install the project: ```npm install```
10
-
- Build the project with: ```npm run build_all```
11
-
- You can now see the project in dist folder, open a .html page in your browser
10
+
11
+
## Build and run automatically
12
+
- Start the project with: ```npm run start```
13
+
14
+
This will automatically start a browserSync server.<br />
15
+
The project will watch for changes in your scss and html files in your /views and /scss folder and automatically reload
16
+
17
+
## Build and run manually
18
+
- Build the project: ```npm run build_all```
19
+
20
+
You can now see the project in dist folder, open a .html page in your browser
12
21
13
22
## Roadmap
14
23
We're currently working hard on making the CastleCSS expansions and improvements. CastleCSS is made to serve as lightweight basis for tailor made software but we do want to give you the option to install a few modules to make your life easier.
0 commit comments