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: 5 months ago
JSON representation
Just clone Linktree website for my self
- Host: GitHub
- URL: https://github.com/kochan4php/kotree
- Owner: kochan4php
- License: mit
- Created: 2022-08-15T09:34:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T17:15:02.000Z (7 months ago)
- Last Synced: 2025-02-02T01:51:11.441Z (5 months ago)
- Topics: daisyui, linktree-clone, react, reactjs, tailwind, tailwindcss, vite, vitejs
- Language: TypeScript
- Homepage: https://kotree.netlify.app
- Size: 459 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```## Setup production project with docker compose
```bash
# 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
```