Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 773 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 773 Bytes

🥕Carrot - KaratsubaScans Manga Reader

React webapp that can read zipped manga files from url. Built for KaratsubaScans manga.

Running for development

Docker:

docker-compose up

Switch to node version 14.17.6 LTS using nvm:

$ nvm install 14.17.6
$ nvm use

Start a development server with

npm start

For it to read manga, make sure to set up a config.tsx file, with API_URL to get manga. In order for Carrot to work, you must enable some sort of auto indexing for file sharing, as well as JSON mode for those files.

❗ Stay up to date with our development

Kanban Board