SvelteKit frontend for pal-e-docs
  • Svelte 64%
  • TypeScript 19.3%
  • CSS 15.5%
  • JavaScript 0.5%
  • Dockerfile 0.4%
  • Other 0.3%
Find a file
forgejo_admin 6524ce8571
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix: restyle block components to match playground CSS classes (#86)
2026-03-28 05:29:05 +00:00
e2e fix: add Home nav link with active state for dashboard home page (#84) 2026-03-28 05:28:43 +00:00
k8s feat: switch to adapter-static + nginx for SPA deployment (#57) 2026-03-27 03:24:08 +00:00
src fix: restyle block components to match playground CSS classes (#86) 2026-03-28 05:29:05 +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: clean up 5 QA nits from auth migration PR #55 (#61) 2026-03-27 04:09:21 +00:00
.gitignore feat: add Playwright E2E smoke tests (33 tests) (#25) 2026-03-15 01:41:11 +00:00
.woodpecker.yaml fix: replace broken update-deployment-tag with update-kustomize-tag (#67) 2026-03-27 21:11:46 +00:00
CLAUDE.md Scaffold SvelteKit app with board pages and dev environment (#2) 2026-03-13 20:01:38 +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: switch to adapter-static + nginx for SPA deployment (#57) 2026-03-27 03:24:08 +00:00
package.json feat: switch to adapter-static + nginx for SPA deployment (#57) 2026-03-27 03:24:08 +00:00
playwright.config.ts feat: add Playwright E2E smoke tests (33 tests) (#25) 2026-03-15 01:41:11 +00:00
README.md Scaffold SvelteKit app with board pages and dev environment (#2) 2026-03-13 20:01:38 +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 fix: remove Tailwind — pure CSS utility classes (#50) 2026-03-24 17:39:09 +00:00

pal-e-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