trilium/apps/website
2025-07-13 01:34:38 +00:00
..
messages
project.inlang
src chore: prefer short name 2025-07-12 23:48:42 +03:00
static
.gitignore
.npmrc
eslint.config.js
package.json chore(deps): update dependency @sveltejs/vite-plugin-svelte to v6 2025-07-13 01:34:38 +00:00
README.md
svelte.config.js
tsconfig.json
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