You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# cloning this project
git clone https://github.com/kochan4php/kotree.git
# go to the project foldercd 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 foldercd kotree
# run docker compose using pnpm
pnpm docker:up
# after run docker:up command, now open the url in :
http://localhost:3000