There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Cherry is a self-hostable bookmark service
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 "[email protected]""P@ssw0rd"