trilium/apps/website
2025-10-25 23:33:54 +03:00
..
original-images
public chore(website/i18n): another missing translation 2025-10-25 22:18:07 +03:00
src fix(website/i18n): language list fit on mobile 2025-10-25 23:33:54 +03:00
.gitignore feat(website): improve ARM detection 2025-09-30 22:20:10 +03:00
index.html website: add meta description 2025-10-03 16:49:10 +03:00
package.json Merge branch 'main' into feature/website_i18n 2025-10-25 22:03:18 +03:00
README.md
tsconfig.json chore(website/i18n): fix typecheck issue 2025-10-13 19:33:50 +03:00
types-assets.d.ts
vite.config.ts chore(website): set up testing 2025-10-25 21:54:30 +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