Kelp#
Kelp is the web frontend for Coves, a forum-like social platform built on the AT Protocol.
Originally forked from Photon by Xylight (AGPL-3.0).
Development#
pnpm install
pnpm dev # Start dev server
pnpm build # Production build
pnpm check # TypeScript + Svelte type checking
pnpm lint # ESLint
pnpm test # Vitest
Configuration#
PUBLIC_INSTANCE_URLstring: The domain which the browser will send API requests to.PUBLIC_SSR_ENABLEDboolean: Enable server-side rendering for SEO and non-JS usage.PUBLIC_INTERNAL_INSTANCEstring: The domain the server uses for API requests (only relevant with SSR).PUBLIC_THEMEJSON: A default theme for users, exported from the theme settings.
License#
AGPL-3.0-only