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

linktree-clone nextjs react tailwindcss

Last synced: about 1 month 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
```