is a "social" bookmarking tool that fufills the following features:
Maybe some other stuff too, as I think of it.
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.