File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 33![ Version] ( https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000 )
44![ Documentation] ( https://img.shields.io/badge/documentation-yes-brightgreen.svg )
55[ ![ Maintenance] ( https://img.shields.io/badge/Maintained%3F-yes-green.svg )] ( https://github.com/hackariens/drupal/graphs/commit-activity )
6- ![ Continuous Integration] ( https://github.com/hackariens/drupal/workflows/ci/badge.svg?branch=develop )
6+ ![ Continuous Integration] ( https://github.com/hackariens/drupal/actions/ workflows/ci.yml /badge.svg?branch=develop )
77
88> Template de site internet sous drupal
99
1616
1717Software:
1818
19- - npm
20- - docker
21- - repository koromerzhin/lampy
19+ - [ task] ( https://taskfile.dev/ )
20+ - [ nodejs] ( https://nodejs.org/ )
2221
2322Config:
2423
@@ -31,29 +30,23 @@ Hosts:
3130## Download
3231
3332``` sh
34- git clone --recurse-submodules git@github.com:hackariens/drupal.git drupal
33+ git clone --recursive git@github.com:hackariens/drupal.git drupal
3534```
3635
3736## Environnment
3837
3938Edit .env with .env.example
4039
41- ## Install
42-
43- ``` sh
44- npm install
45- ```
46-
4740## Create apps
4841
4942``` sh
50- npm run create:apps
43+ task create:apps
5144```
5245
5346## Layunch
5447
5548``` sh
56- npm run exec
49+ task drupal: exec
5750
5851# # Author
5952
You can’t perform that action at this time.
0 commit comments