An online manga reader for learning purposes. Try it out here.
- Browse all/recently updated manga
- Read the latest manga chapters
- Bookmark/Favorite manga
- Resume reading a manga from the History section
- Search for manga
The following contains the steps required to get the application up and running on your local workspace.
- Node v16.16.0
- npm v8.11.0
- Git v2.39.2
To run the app locally, follow the steps below:
-
Clone the repository to your PC using your terminal. For more info, refer to this article
-
After cloning, navigate into the repo using the command:
cd mangahaven
-
Install the dependencies in the package.json using the command:
npm install
-
After the dependencies have been installed, run the app in your terminal using the command
npm start