trilium/apps/website
2025-06-30 20:39:29 +03:00
..
messages chore(website): create empty SvelteKit project 2025-06-14 11:05:38 +03:00
project.inlang chore(website): add inlang to ignore 2025-06-14 11:13:30 +03:00
src chore(rebrand): update GitHub repo in source files 2025-06-30 20:39:29 +03:00
static chore(rebrand): change product name 2025-06-23 08:43:04 +03:00
.gitignore chore(website): add inlang to ignore 2025-06-14 11:13:30 +03:00
.npmrc chore(website): create empty SvelteKit project 2025-06-14 11:05:38 +03:00
eslint.config.js chore(website): create empty SvelteKit project 2025-06-14 11:05:38 +03:00
package.json chore(nx): have website:typecheck depend on build 2025-06-15 17:03:02 +03:00
README.md fix(website): update README.md instructions 2025-06-18 19:08:24 +02:00
svelte.config.js chore(website): create empty SvelteKit project 2025-06-14 11:05:38 +03:00
tsconfig.json chore(types): fix errors in website 2025-06-14 23:40:41 +03:00
vite.config.ts chore(nx): configure for SvelteKit 2025-06-14 22:40:45 +03:00

apps/website

Landing page for Trilium Notes powered by Svelte and Tailwind CSS.

Developing

To run a dev server that will hot-reload changes: pnpm nx run website:dev

Building

To create a production build: pnpm nx run website:build