mirror of
https://github.com/zadam/trilium.git
synced 2025-09-29 10:05:49 +08:00
.. | ||
messages | ||
project.inlang | ||
src | ||
static | ||
.gitignore | ||
.npmrc | ||
eslint.config.js | ||
package.json | ||
README.md | ||
svelte.config.js | ||
tsconfig.json | ||
vite.config.ts |
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