This application allows you to view your downloaded mangas using my custom manga viewer on PC which allows several features such as changing he image widths, aligning the images to the left, right of centered, It also allows you the change the brightness of the images, it works best for reducing the brightness when you are in a dark room.
Furthermore, you can read the mangas on any device on the same network as the server. This is done by exposing the server to the network.
Please check the TODO if you wish to contribute
The downloading feature has been removed from the project, please use my other Manga Downloader project to download the mangas.`
- Make sure you have nodejs, yarn and the make command installed
- Clone the project
- Edit the
settings.json
file in./server/data
to point to the directory where you have downloaded your mangas - Run
make start
to build the project and start the server ormake build
to just build the project
- Convert the project to use vue and typescript
- Fix UI for phone and smaller devices
- Be able to view the mangas on the phone -> make it available on local network
- Open last read chapter when opening the manga
- Dockerise the project?