trilium/apps/website
2025-07-05 17:58:36 +03:00
..
messages
project.inlang
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
.npmrc
eslint.config.js
package.json Merge pull request #6093 from TriliumNext/renovate/vite-7.x 2025-07-01 21:31:57 +03:00
README.md fix(website): update README.md instructions 2025-06-18 19:08:24 +02:00
svelte.config.js
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