https://github.com/haishanh/cherry
Cherry is a self-hostable bookmark service
https://github.com/haishanh/cherry
bookmarks selfhosted sqlite svelte
Last synced: 7 months ago
JSON representation
Cherry is a self-hostable bookmark service
- Host: GitHub
- URL: https://github.com/haishanh/cherry
- Owner: haishanh
- License: mit
- Created: 2022-05-07T09:43:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T14:34:58.000Z (over 1 year ago)
- Last Synced: 2024-04-13T19:52:59.252Z (over 1 year ago)
- Topics: bookmarks, selfhosted, sqlite, svelte
- Language: TypeScript
- Homepage: https://cherry.haishan.me
- Size: 566 KB
- Stars: 240
- Watchers: 5
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-NAS-Docker - 点我查看 - commit/haishanh/cherry?label) | (10、基础服务架构 / 9、效率工具集合)
README
## Development
```bash
# install dependencies
pnpm i# create a .env file
cp env.example .env# run the app in dev mode
pnpm dev# you may want to create an user
pnpm cherry create-user "foo@example.com" "P@ssw0rd" --admin
pnpm cherry set-admin "foo@example.com"
```