yarn upgrade

This commit is contained in:
2022-10-11 14:10:53 +00:00
parent c8443f4d11
commit 825dfc18f9
65 changed files with 538 additions and 341 deletions

View File

@@ -47,9 +47,21 @@ yarn dev
### Entwickeln auf dem Code-Server mit Docker Compose Stack
```sh
make docker-start
# oder
make docker-up
make docker-down
# "make help" zeigt alle Kommandos
```
yarn docker:start
```
| UI | URL |
| --- | --- |
| Website | https://tibi-svelte-starter.code.testversion.online/ |
| Tibi Admin | https://tibi-svelte-starter-tibiadmin.code.testversion.online/ |
| Admin Mongo | https://tibi-svelte-starter-adminmongo.code.testversion.online/ |
| Maildev | https://tibi-svelte-starter-maildev.code.testversion.online/ |
### Testen