kokunime

Alternative website for download anime and read manga with zero ads

MIT License

Stars
25

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