Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Cherry Logo

## 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]"
```