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:startAnd then do the on-boarding again.