File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,3 +9,9 @@ npm-debug.log*
99
1010# Dependency directories
1111node_modules /
12+
13+ # Parcel cache
14+ .cache
15+
16+ # Package json lock
17+ package-lock.json
Original file line number Diff line number Diff line change 1- # kirby3-parcel-build-kit
2- Basic Parcel+Tailwind+Kirby opinionated starter kit.
1+ # Kirby + Parcel + Tailwind minimal starter
2+ ## How to use
3+ To get you started 5 step procedure.
4+ ```
5+ 1. git clone https://github.com/floriankarsten/kirby3-parcel-build-kit project
6+ 2. cd project
7+ 3. npm install
8+ 4. cd htdocs
9+ 5. composer install
10+ ```
11+
12+ Then point your webserver to ``` htodcs/public ``` folder.
Original file line number Diff line number Diff line change 55/kirby /
66/vendor /
77
8-
9-
8+ # built assets
9+ /public /assets /css /style.css
10+ /public /assets /css /style.css.map
11+ /public /assets /css /style.js
12+ /public /assets /css /style.js.map
13+ /public /assets /js /main.js
14+ /public /assets /js /main.js.map
15+
16+ # composer lock
17+ composer.lock
1018
1119# System files
1220# ------------
You can’t perform that action at this time.
0 commit comments