Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-f451 authored Nov 20, 2020
1 parent 15bcd50 commit 458f691
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@ npm install

6. At the end of your coding process, you can run the `npm run build` command.

7. Complete example:
```
git clone https://github.com/quentin-f451/kirby-starterkit 10-KIRBY
cd 10-KIRBY
git clone --depth=1 https://github.com/quentin-f451/scss-starterkit.git src/scss
rm -rf ./src/scss/.git
composer install
cd www/kirby
composer update
cd ../..
npm install
```

## Folder structure

After the installation, your folder will more or less look like that:
Expand Down

0 comments on commit 458f691

Please sign in to comment.