Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelheckmann/page-hive

Your personal bookmark manager. Fully equiped with advanced search, tags and categories to keep everything organized. Preview the links with metadata that is automatically fetched for every URL.
https://github.com/michaelheckmann/page-hive

framer-motion t3-stack

Last synced: 9 days ago
JSON representation

Your personal bookmark manager. Fully equiped with advanced search, tags and categories to keep everything organized. Preview the links with metadata that is automatically fetched for every URL.

Awesome Lists containing this project

README

        



# PageHive 🐝🍯

This is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`. This repository contains the code for create a personal bookmark manager. Fully equiped with advanced search, tags and categories to keep everything organized. Preview the links with metadata that is automatically fetched for every URL. Beautifully designed with a modern dark interface inspired by Vercel's design system.

## Installation Instructions

### Clone this repository

```bash
git clone https://github.com/michaelheckmann/page-hive.git
```

### Install dependencies

```bash
cd page-hive
npm install
```

### Setup the environment

```bash
cp .env.example .env
```

### Run the dev server

```bash
npm run dev
```

## How do I deploy this?

Follow the deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.