~tonic/rabbitears

A social bookmarking site
If followers == 0, don't try to render list
fixed logged out user rendering
🎨 renamed following route

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tonic/rabbitears
read/write
git@git.sr.ht:~tonic/rabbitears

You can also use your local clone with git send-email.

#Rabbit Ears

is a "social" bookmarking tool that fufills the following features:

  1. The only interaction on the site is posting new bookmarks
  2. Users can follow public bookmark feeds through RSS

Maybe some other stuff too, as I think of it.

#Setup

Make sure to install the dependencies:

# yarn
yarn install

#Development Server

Start the development server on http://localhost:3000

yarn dev

#Production

Build the application for production:

yarn build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.