mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
649 B
Vendored
649 B
Vendored
Demo document
The demo document is an exported .zip that resides in apps/server/src/assets/db/demo.zip.
During on-boarding, if the user selects that they are a new user then the demo.zip is imported into the root note.
Modifying the document
- In the Git root, run
pnpm edit-docs:edit-demo. - Wait for the desktop application to show up with the docs.
- Simply make the needed modifications.
- Wait for a few seconds for the change to be processed in the background.
- Commit the change in Git.
Testing the changes
-
Run:
rm -r data pnpm server:start -
And then do the on-boarding again.