~tonic/rabbitea.rs

A social bookmark tool

#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.