trilium/apps/website
2026-09-14 00:22:51 +00:00
..
original-images feat(website): linux light/dark screenshot 2025-09-30 19:35:42 +03:00
public chore(flathub): add website verification token 2026-09-02 10:58:30 +03:00
src Translated using Weblate (Japanese) 2026-09-13 16:49:57 +02:00
.gitignore feat(website): improve ARM detection 2025-09-30 22:20:10 +03:00
index.html docs: add alternate Trillium spelling for discovery 2026-08-23 20:36:34 -07:00
package.json chore(deps): update dependency vite to v8.3.0 2026-09-14 00:22:51 +00:00
README.md chore(website): remove old website 2025-09-27 01:42:15 +03:00
tsconfig.json chore(website): fix typecheck issue 2025-11-04 08:55:05 +02:00
types-assets.d.ts fix(website): typecheck failing due to asset import 2025-09-28 00:29:40 +03:00
vite.config.ts test: set up coverage includes for all projects with tests 2026-05-29 14:32:40 +03:00

create-preact

Get started using Preact and Vite!

Getting Started

  • npm run dev - Starts a dev server at http://localhost:5173/

  • npm run build - Builds for production, emitting to dist/. Prerenders all found routes in app to static HTML

  • npm run preview - Starts a server at http://localhost:4173/ to test production build locally