https://github.com/hellofaizan/preview
https://github.com/hellofaizan/preview
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellofaizan/preview
- Owner: hellofaizan
- Created: 2025-01-11T21:54:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-12T08:34:12.000Z (over 1 year ago)
- Last Synced: 2025-03-09T08:04:47.971Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://linkpreviewv1.vercel.app
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Link Preview
Link Preview for different sociak media interfaces | Developed by Mohammad Faizan

First, install dependencies
```bash
npm install
# or
yarn
```
Then, Run in local dev
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.