SvelteKit frontend for pal-e-docs
This repository has been archived on 2026-05-18. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Svelte 58%
  • TypeScript 27.5%
  • CSS 13.5%
  • JavaScript 0.5%
  • Dockerfile 0.3%
  • Other 0.2%
Find a file
2026-05-06 02:16:38 +00:00
e2e fix: rename all pal-e-app references to pal-e-docs-app (#90) 2026-03-28 17:25:33 +00:00
k8s fix: rename all pal-e-app references to pal-e-docs-app (#90) 2026-03-28 17:25:33 +00:00
src fix(responsive): mobile-first layout audit with 44px touch targets (#119) 2026-05-06 02:16:38 +00:00
static Fix [object Object] bugs in note page + add favicon (#13) 2026-03-14 13:43:01 +00:00
.dockerignore Scaffold SvelteKit app with board pages and dev environment (#2) 2026-03-13 20:01:38 +00:00
.env.example fix: rename all pal-e-app references to pal-e-docs-app (#90) 2026-03-28 17:25:33 +00:00
.gitignore feat: add Playwright E2E smoke tests (33 tests) (#25) 2026-03-15 01:41:11 +00:00
.woodpecker.yaml fix: replace plugin-git clone with alpine/git + sleep for CI connectivity (#93) 2026-03-28 21:15:00 +00:00
CLAUDE.md fix: rename all pal-e-app references to pal-e-docs-app (#90) 2026-03-28 17:25:33 +00:00
docker-compose.yml Scaffold SvelteKit app with board pages and dev environment (#2) 2026-03-13 20:01:38 +00:00
Dockerfile feat: switch to adapter-static + nginx for SPA deployment (#57) 2026-03-27 03:24:08 +00:00
eslint.config.js Block renderer + note/project/tag/repo browsing (#9) 2026-03-14 12:54:34 +00:00
package-lock.json feat: extract Keycloak roles + role-based post-login routing (#105) 2026-04-13 14:45:21 +00:00
package.json feat: extract Keycloak roles + role-based post-login routing (#105) 2026-04-13 14:45:21 +00:00
playwright.config.ts fix: rename all pal-e-app references to pal-e-docs-app (#90) 2026-03-28 17:25:33 +00:00
README.md fix: rename all pal-e-app references to pal-e-docs-app (#90) 2026-03-28 17:25:33 +00:00
svelte.config.js feat: switch to adapter-static + nginx for SPA deployment (#57) 2026-03-27 03:24:08 +00:00
tsconfig.json Scaffold SvelteKit app with board pages and dev environment (#2) 2026-03-13 20:01:38 +00:00
vite.config.ts feat: extract Keycloak roles + role-based post-login routing (#105) 2026-04-13 14:45:21 +00:00

pal-e-docs-app

SvelteKit frontend for pal-e-docs

Quick Start

npm install
cp .env.example .env   # Sets PAL_E_DOCS_API_URL for local dev
npm run dev             # http://localhost:5173