8000 GitHub - kochan4php/kotree: Just clone Linktree website for my self
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kochan4php/kotree

Repository files navigation

🌟 Kotree 🌟

Setup local project

# 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

Setup production project with docker compose

# cloning this project
git clone https://github.com/kochan4php/kotree.git

# go to the project folder
cd kotree

# run docker compose using pnpm
pnpm docker:up

# after run docker:up command, now open the url in :
http://localhost:3000

Releases

No releases published

Packages

No packages published
0