trilium/apps/website
2025-07-13 01:34:38 +00: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: prefer short name 2025-07-12 23:48:42 +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(deps): update dependency @sveltejs/vite-plugin-svelte to v6 2025-07-13 01:34:38 +00: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(client,website): bypass issue with plugins 2025-07-05 17:58:36 +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