# cloning this project
git clone https://github.com/kochan4php/kokunime.git
# go to the project folder
cd kokunime
# install pnpm if you does'nt have
npm i -g pnpm
# install dependencies
pnpm install
# run the project
pnpm dev
# cloning this project
git clone https://github.com/kochan4php/kokunime.git
# go to the project folder
cd kokunime
# run docker compose using pnpm
pnpm docker:up
# after run docker:up command, now open the url in :
http://localhost:4000