• Stars
    star
    240
  • Rank 168,229 (Top 4 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 2 years ago
  • Updated 9 months ago

Reviews

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

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 "[email protected]" "P@ssw0rd"