React webapp that can read zipped manga files from url. Built for KaratsubaScans manga.
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.