https://github.com/pungrumpy/og-tester
๐งช A tool to help you debug and preview your metadata
https://github.com/pungrumpy/og-tester
framer-motion nextjs shadcn-ui tailwindcss turborepo
Last synced: 4 months ago
JSON representation
๐งช A tool to help you debug and preview your metadata
- Host: GitHub
- URL: https://github.com/pungrumpy/og-tester
- Owner: PunGrumpy
- License: mit
- Created: 2024-07-13T14:16:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-09T17:19:44.000Z (9 months ago)
- Last Synced: 2025-10-01T13:39:29.309Z (4 months ago)
- Topics: framer-motion, nextjs, shadcn-ui, tailwindcss, turborepo
- Language: TypeScript
- Homepage: https://og.pungrumpy.com
- Size: 6.46 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
๐งช OG Tester
A tool to help you debug and preview your meta, Twitter, and Open Graph tags.
## โจ Features
- `โก๏ธ` Next.js 15 with App Router
- `๐จ` Tailwind CSS for styling
- `๐` shadcn/ui for UI components
- `๐ฌ` Framer Motion for animations
- `๐ช` Cheerio for parsing and manipulating HTML and XML
- `๐ฑ` Responsive design
- `๐` Light / Dark mode
- `๐` Open graph image
- `๐` Prettier - code formatting
- `๐จ` ESLint - linting
- `๐` Deploy with Vercel
## ๐จ Requirements
- Node, recommended `>=22.x.x` with [corepack](https://nodejs.org/api/corepack.html) enabled
- bun, recommended `>=1.x`
- [Visual Studio Code](https://code.visualstudio.com/) with [recommended extensions](.vscode/extensions.json)
- Optionally [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
## ๐ Getting Started
```bash
# Clone the repository
git clone git@github.com:PunGrumpy/og-tester.git
# Navigate to the project folder
cd og-tester
# Install dependencies
bun install
# Start the development server
bun dev # or bun dev --turbo
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result
## ๐ License
Licensed under the [MIT License](LICENSE).