8000 GitHub - haishanh/cherry: Cherry is a self-hostable bookmark service
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

haishanh/cherry

Repository files navigation

Cherry Logo

Development

# 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"
0