mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge branch 'master' into rename-evenProtocolType-to-eventType
This commit is contained in:
commit
ad32fb3a02
@ -76,7 +76,11 @@ git clone git@github.com:gradido/gradido.git
|
|||||||
git submodule update --recursive --init
|
git submodule update --recursive --init
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Run docker-compose
|
### 2. Install modules
|
||||||
|
|
||||||
|
You can go in each under folder (admin, frontend, database, backend, ...) and call ``yarn`` in each folder or you can call ``yarn installAll``.
|
||||||
|
|
||||||
|
### 3. Run docker-compose
|
||||||
|
|
||||||
Run docker-compose to bring up the development environment
|
Run docker-compose to bring up the development environment
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,8 @@
|
|||||||
"author": "Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>",
|
"author": "Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"release": "scripts/release.sh"
|
"release": "scripts/release.sh",
|
||||||
|
"installAll": "yarn && cd database && yarn && cd ../frontend && yarn && cd ../admin && yarn && cd ../backend && yarn && cd ../e2e-tests && yarn && cd ../federation && yarn && cd ../dht-node && yarn && cd .."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"auto-changelog": "^2.4.0",
|
"auto-changelog": "^2.4.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user