File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-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/symfony/graphs/commit-activity )
6- ![ Continuous Integration] ( https://github.com/hackariens/symfony/workflows/ci/badge.svg?branch=develop )
6+ ![ Continuous Integration] ( https://github.com/hackariens/symfony/actions/ workflows/ci.yml /badge.svg?branch=develop )
77
88> Template de site internet sous Symfony
99
1717
1818Software:
1919
20- - npm
21- - docker
22- - repository koromerzhin/lampy
20+ - [ task ] ( https://taskfile.dev/ )
21+ - [ nodejs ] ( https://nodejs.org/ )
22+ - [ lampy ] ( https://github.com/ koromerzhin/lampy)
2323
2424Config:
2525
@@ -32,30 +32,24 @@ Hosts:
3232## Download
3333
3434``` sh
35- git clone --recurse-submodules git@github.com:hackariens/symfony.git symfony
35+ git clone --recursive git@github.com:hackariens/symfony.git symfony
3636cd symfony
3737```
3838
3939## Environnment
4040
4141Edit .env with .env.example
4242
43- ## Install
44-
45- ``` sh
46- npm install
47- ```
48-
4943## Create apps
5044
5145``` sh
52- npm run create:apps
46+ task create:apps
5347```
5448
5549## Launch
5650
5751``` sh
58- npm run exec
52+ task symfony: exec
5953```
6054
6155## Author
You can’t perform that action at this time.
0 commit comments