Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kochan4php/kokunime
- Owner: kochan4php
- License: mit
- Created: 2022-07-05T20:47:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T07:00:26.000Z (6 months ago)
- Last Synced: 2024-10-13T00:18:43.772Z (3 months ago)
- Topics: anime, anime-downloader, anime-website, docker, docker-compose, docker-image, docker-linux-containers, docker-nextjs, dockerfile, nextjs, nodejs, react, reactjs, tailwind
- Language: TypeScript
- Homepage: https://kokunime.netlify.app
- Size: 2.53 MB
- Stars: 26
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```