Ecosyste.ms: Awesome
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: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T03:54:00.000Z (6 months ago)
- Last Synced: 2024-06-26T04:50:35.397Z (6 months ago)
- Topics: daisyui, linktree-clone, react, reactjs, tailwind, tailwindcss, vite, vitejs
- Language: TypeScript
- Homepage: https://kotree.netlify.app
- Size: 877 KB
- Stars: 5
- 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
```