mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 14:19:14 +08:00
* Update translation files Updated by "Cleanup translation files" add-on in Weblate. Translation: Trilium Notes/README Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ * Translated using Weblate (Portuguese) Currently translated at 9.2% (14 of 152 strings) Translation: Trilium Notes/Website Translate-URL: https://hosted.weblate.org/projects/trilium/website/pt/ --------- Co-authored-by: Francisco Machado <kikomachado089@gmail.com> |
||
|---|---|---|
| .. | ||
| original-images | ||
| public | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| types-assets.d.ts | ||
| vite.config.ts | ||
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 todist/. Prerenders all found routes in app to static HTML -
npm run preview- Starts a server at http://localhost:4173/ to test production build locally