An open API service indexing awesome lists of open source software.

https://github.com/kochan4php/kotree

Just clone Linktree website for my self
https://github.com/kochan4php/kotree

daisyui linktree-clone react reactjs tailwind tailwindcss vite vitejs

Last synced: 2 months ago
JSON representation

Just clone Linktree website for my self

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
```