Skip to content

kochan4php/kokunime

Repository files navigation

🌟 Kokunime 🌟

Setup locally

# 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

Setup with docker

# 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