File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ A local-first diary: **one note per day**, organized by **diary** and **date**.
66- ** Multiple diaries** : switch diaries from the navbar
77- ** Calendar day view** : ` /calendar/YYYY-MM-DD ` shows the entry for that day
88
9+ ** Links:** [ Documentation] ( https://amide-init.github.io/mindlog/ ) · [ GitHub] ( https://github.com/amide-init/mindlog )
10+
911## Requirements
1012
1113- ** Node.js** : >= 22.5
@@ -45,8 +47,10 @@ Open `http://localhost:3000`.
4547## Useful commands
4648
4749``` bash
48- pnpm db:migrate # run prisma migrations (dev)
49- pnpm db:studio # open Prisma Studio
50+ pnpm db:migrate # run prisma migrations (dev)
51+ pnpm db:studio # open Prisma Studio
52+ pnpm docs:dev # run docs site locally (http://localhost:5173)
53+ pnpm docs:build # build docs for deployment
5054pnpm lint
5155pnpm build
5256pnpm start
@@ -59,4 +63,4 @@ pnpm start
5963
6064## License
6165
62- MIT — see ` LICENSE ` .
66+ MIT — see [ LICENSE] ( https://github.com/amide-init/mindlog/blob/main/LICENSE ) .
You can’t perform that action at this time.
0 commit comments