Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kochan4php/kokunime

Alternative website for download batch anime with zero ads
https://github.com/kochan4php/kokunime

anime anime-downloader anime-website docker docker-compose docker-image docker-linux-containers docker-nextjs dockerfile nextjs nodejs react reactjs tailwind

Last synced: 2 months ago
JSON representation

Alternative website for download batch anime with zero ads

Awesome Lists containing this project

README

        

🌟 Kokunime 🌟

## Setup locally

```bash
# 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

```bash
# 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
```