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