Skip to content

Commit ae7794d

Browse files
committed
📝 add docs for local development
1 parent 218766d commit ae7794d

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

docs/development.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Local Development
2+
3+
🚧 WIP
4+
5+
1. Execute the following commands:
6+
7+
```bash
8+
cd stack
9+
docker-compose up
10+
cd ../personalization-service
11+
./runLocal.sh
12+
cd ../personalization-webcomponents
13+
npm i
14+
npm run dev
15+
```
16+
17+
2. ⚠️ Currently only possible for internal colleagues. Will be published here soon. Follow https://git.muenchen.de/digitalisierung/dbs-login-webcomponent#dev-setup
18+
3. Open browser http://localhost:8082/
19+
4. Login with `writer:writer` or `reader:reader`
20+

docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ features:
1111
icon: 📖
1212
details: "Read more about what the DBS is and how it works."
1313
link: /introduction
14-
- title: "Deployment"
14+
- title: "Development"
1515
icon: 🛠️
16+
details: "Getting DBS running locally for development."
17+
link: /development
18+
- title: "Deployment"
19+
icon: 🚀
1620
details: "Documentation on how to deploy the DBS."
1721
link: /deployment
1822
---

docs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)