Skip to content
Snippets Groups Projects
Commit e1a0cc6a authored by jurgenhaas's avatar jurgenhaas
Browse files

Update README

parent a68732f9
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -9,14 +9,14 @@
## Create new project for local development
```
composer create-project lakedrops/d8-project DIRNAME --stability dev --no-interaction
composer create-project lakedrops/d8-project [DIRNAME] --stability dev --no-interaction
```
This will build the full structure and create a git repository which you can then use during the full live-cycle of that project.
## Deploy project to upstream stages
For initial deployment, follow this:
For deployment, both initially and for later updates, follow this:
```
mkdir /PATH/TO/ROOT
......@@ -31,12 +31,10 @@ Optionally you can also create all the scaffolds by using
composer drupal-scaffold
```
For later update:
To manually update the theme components, if you're using the `lakedrops/theme-d8-sass` package and unintentionally changed one of the core file, then you can always run
```
cd /PATH/TO/ROOT
git pull
composer update
composer drupal-theme-update
```
## Adding new and updating existing components
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment