Go to file
robin ce81231627
All checks were successful
deploy to production / deploy (push) Successful in 1m11s
SSR
2023-12-06 20:20:12 +00:00
.gitea/workflows test 2023-12-06 17:57:25 +00:00
.vscode Initial commit 2023-09-17 13:24:39 +02:00
.yarn lighthouse 2023-12-06 07:44:28 +00:00
api SSR 2023-12-06 20:11:49 +00:00
frontend SSR 2023-12-06 20:20:12 +00:00
scripts live? 2023-09-20 08:31:18 +00:00
types test 2023-12-06 17:57:25 +00:00
.basic-auth-code Initial commit 2023-09-17 13:24:39 +02:00
.basic-auth-web Initial commit 2023-09-17 13:24:39 +02:00
.drone.yml.bak Initial commit 2023-09-17 13:24:39 +02:00
.env SSR 2023-12-06 20:11:49 +00:00
.gitattributes Initial commit 2023-09-17 13:24:39 +02:00
.gitignore Initial commit 2023-09-17 13:24:39 +02:00
.opencommitignore Initial commit 2023-09-17 13:24:39 +02:00
.prettierrc Initial commit 2023-09-17 13:24:39 +02:00
.yarnrc.yml Initial commit 2023-09-17 13:24:39 +02:00
babel.config.json Initial commit 2023-09-17 13:24:39 +02:00
docker-compose-local.yml SSR 2023-12-06 20:11:49 +00:00
esbuild.config.js SSR 2023-12-06 20:11:49 +00:00
esbuild.config.legacy.js Initial commit 2023-09-17 13:24:39 +02:00
esbuild.config.server.js Initial commit 2023-09-17 13:24:39 +02:00
Makefile Initial commit 2023-09-17 13:24:39 +02:00
package.json SSR 2023-12-06 20:11:49 +00:00
postcss.config.js Initial commit 2023-09-17 13:24:39 +02:00
README.md Initial commit 2023-09-17 13:24:39 +02:00
svelte.config.js Initial commit 2023-09-17 13:24:39 +02:00
tsconfig.json Initial commit 2023-09-17 13:24:39 +02:00
yarn.lock lighthouse 2023-12-06 07:44:28 +00:00

Tibi Docs und Demo Projekt

Diese Repo enthält die Dokumentation zum TibiCMS und eine Demo-Projekt welches die Dokumentation begleitet.

Das Demo-Projekt kann als Vorlage für neue Tibi-Projekte verwendet werden.

neues Projekt - Checkliste

  • neues Projekt im gitbase.de anlegen (cms/tibi-docs) als Vorlage verwenden
  • klonen
  • bereinigen
git filter-branch -f --index-filter 'git rm -rf --cached --ignore-unmatch .yarn/cache' HEAD
git filter-branch -f --index-filter 'git rm -rf --cached --ignore-unmatch docs' HEAD
git push --force
  • anpassen

    • .env
    • docker-compose-local.yml -> name:
    • api/...
  • upgraden

mkdir tmp
# evtl. zuvor: yarn install
make yarn-upgrade
make docker-pull

# falls Fehler auftreten, evtl. Berechtigungen fixen
make fix-permissions
  • los programmieren
make docker-start

# bei erstem fehlerhaften Start, evtl. Berechtigungen fixen:
make fix-permissions