Download
Screenshots
Why?
Sources
Development
Built With
Contributing
License
→ Coming soon
Manga Puppet aims to be a sleek, accessible, and user-friendly manga downloading and reading option by providing a richer visual experience (cover images, manga information, etc.) as well as a cleaner and easier-to-navigate interface.
As of now, only MangaLife has been implemented. More coming though!
Clone the repository
git clone https://github.com/lijandrew/manga-puppet.git
Navigate to the cloned directory
cd manga-puppet
Install dependencies
npm i
Start development app
Note: live reload is only for the React frontend. Electron requires manual relaunching.
npm run dev
Temporary chromium fix: copy chromium installation folder from node_modules/puppeteer to ./chromium
PRs are appreciated!
MIT