https://github.com/kochan4php/kotree
Just clone Linktree website for my self
https://github.com/kochan4php/kotree
linktree-clone nextjs react tailwindcss
Last synced: about 1 month ago
JSON representation
Just clone Linktree website for my self
- Host: GitHub
- URL: https://github.com/kochan4php/kotree
- Owner: kochan4php
- Created: 2022-08-15T09:34:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-15T16:07:23.000Z (8 months ago)
- Last Synced: 2025-10-29T13:39:57.152Z (7 months ago)
- Topics: linktree-clone, nextjs, react, tailwindcss
- Language: TypeScript
- Homepage: https://kotree.netlify.app
- Size: 9.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🌟 Kotree 🌟
## Setup local project
```bash
# cloning this project
git clone https://github.com/kochan4php/kotree.git
# go to the project folder
cd kotree
# install pnpm if you don't have it
npm install -g pnpm
# install dependencies
pnpm install
# run server app
pnpm dev
```