https://github.com/hellofaizan/siblingordating
https://github.com/hellofaizan/siblingordating
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellofaizan/siblingordating
- Owner: hellofaizan
- Created: 2025-01-13T06:26:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-13T13:52:05.000Z (over 1 year ago)
- Last Synced: 2025-03-09T08:04:48.015Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://siblingordating-drab.vercel.app
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SiblingorDating
First, Install dependencies
```bash
npm install
# or
yarn
# or
pnpm
# or
bun
```
Now, Run in local dev mode
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun 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.
### Designed and Developed By [MohammadFaizan](https://mohammadfaizan.in)