Website for the project
  • Svelte 68.1%
  • SCSS 17.3%
  • TypeScript 12.7%
  • HTML 1.9%
Find a file
flurbudurbur 69fa8ef0d8
All checks were successful
Deploy / Build and deploy (push) Successful in 37s
feat: add MapleMono font for mono-spaced sections in /plan
2026-08-30 11:39:33 +02:00
.forgejo/workflows ci: add build+deploy workflow 2026-08-29 14:49:11 +02:00
src feat: add MapleMono font for mono-spaced sections in /plan 2026-08-30 11:39:33 +02:00
static feat: add MapleMono font for mono-spaced sections in /plan 2026-08-30 11:39:33 +02:00
.gitignore chore: add project tooling and config 2026-08-29 14:10:27 +02:00
.npmrc chore: add project tooling and config 2026-08-29 14:10:27 +02:00
.prettierignore ci: add build+deploy workflow 2026-08-29 14:49:11 +02:00
.stylelintignore chore: add project tooling and config 2026-08-29 14:10:27 +02:00
cspell.config.ts feat: add contact and client page 2026-08-29 22:13:43 +02:00
eslint.config.ts chore: add project tooling and config 2026-08-29 14:10:27 +02:00
knip.config.ts chore: add project tooling and config 2026-08-29 14:10:27 +02:00
lint-staged.config.ts chore: add project tooling and config 2026-08-29 14:10:27 +02:00
package.json feat: add auto-generated sitemap.xml 2026-08-30 10:38:45 +02:00
pnpm-lock.yaml feat: add auto-generated sitemap.xml 2026-08-30 10:38:45 +02:00
pnpm-workspace.yaml chore: add project tooling and config 2026-08-29 14:10:27 +02:00
prettier.config.ts chore: add project tooling and config 2026-08-29 14:10:27 +02:00
README.md docs: add README 2026-08-29 14:10:40 +02:00
stylelint.config.ts chore: add project tooling and config 2026-08-29 14:10:27 +02:00
tsconfig.json chore: add project tooling and config 2026-08-29 14:10:27 +02:00
vite.config.ts chore: add project tooling and config 2026-08-29 14:10:27 +02:00
vitest.config.ts chore: add project tooling and config 2026-08-29 14:10:27 +02:00

shiori-website

Marketing/landing page for shiori, an anonymous, end-to-end-encrypted library-sync server.

Svelte 5 + SvelteKit, prerendered to static HTML via adapter-static. SCSS for styles, TypeScript 7 (svelte-check --tsgo) for type-checking.

Develop

pnpm install
pnpm dev -- --open

Build

pnpm build

Outputs to build/. Preview with pnpm preview.

Deploy

Serve build/ as static files (GitHub Pages, Cloudflare Pages, or any static host).