Notes/apps/website
Arne Keller d79c491777
fix(website): update README.md instructions
2025-06-18 19:08:24 +07:00
..
messages chore(website): create empty SvelteKit project 2025-06-14 11:05:38 +07:00
project.inlang chore(website): add inlang to ignore 2025-06-14 11:13:30 +07:00
src fix(website): script errors due to double body 2025-06-17 22:08:34 +07:00
static chore(website): add macos screenshots 2025-06-17 23:39:25 +07:00
.gitignore chore(website): add inlang to ignore 2025-06-14 11:13:30 +07:00
.npmrc chore(website): create empty SvelteKit project 2025-06-14 11:05:38 +07:00
README.md fix(website): update README.md instructions 2025-06-18 19:08:24 +07:00
eslint.config.js chore(website): create empty SvelteKit project 2025-06-14 11:05:38 +07:00
package.json chore(nx): have website:typecheck depend on build 2025-06-15 17:03:02 +07:00
svelte.config.js chore(website): create empty SvelteKit project 2025-06-14 11:05:38 +07:00
tsconfig.json chore(types): fix errors in website 2025-06-14 23:40:41 +07:00
vite.config.ts chore(nx): configure for SvelteKit 2025-06-14 22:40:45 +07:00

README.md

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