Go to file
robin 19208e00fe
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 0s
deploy to production / deploy (push) Successful in 36s
bugfix
2024-08-20 14:39:28 +00:00
.gitea fixes 2024-07-11 18:36:15 +00:00
.vscode Initial commit 2023-09-17 13:24:39 +02:00
.yarn lighthouse 2023-12-26 12:48:02 +00:00
api bugfix 2024-08-20 14:39:28 +00:00
frontend icon fix 2024-07-11 19:23:20 +00:00
scripts live? 2023-09-20 08:31:18 +00:00
types ssr 2023-12-15 12:35:45 +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 prepush hooks 2023-12-24 09:46:36 +00:00
esbuild.config.admin.js fixes 2024-07-11 18:35:03 +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 lighthouse 2023-12-26 12:45:24 +00:00
postcss.config.js Initial commit 2023-09-17 13:24:39 +02:00
README.md fixes 2024-07-11 18:20:59 +00: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-26 12:48:02 +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

jbfdbcvjslksfdlkrljhfgdsnfhn

  • 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