mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 11:49:01 +08:00
310 B
310 B
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