Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haishanh/cherry
Cherry is a self-hostable bookmark service
https://github.com/haishanh/cherry
bookmarks selfhosted sqlite svelte
Last synced: about 14 hours 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T14:34:58.000Z (7 months ago)
- Last Synced: 2024-04-13T19:52:59.252Z (7 months 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
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 "[email protected]" "P@ssw0rd" --admin
pnpm cherry set-admin "[email protected]"
```