Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michaelheckmann/page-hive
- Owner: michaelheckmann
- Created: 2023-02-09T23:36:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T20:08:18.000Z (over 1 year ago)
- Last Synced: 2024-12-07T21:48:12.913Z (15 days ago)
- Topics: framer-motion, t3-stack
- Language: TypeScript
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.