Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.18 KB

mangahaven

An online manga reader for learning purposes. Try it out here.

Demo

mangahaven

Features

  • Browse all/recently updated manga
  • Read the latest manga chapters
  • Bookmark/Favorite manga
  • Resume reading a manga from the History section
  • Search for manga

Getting Started

The following contains the steps required to get the application up and running on your local workspace.

Prerequisites

  • Node v16.16.0
  • npm v8.11.0
  • Git v2.39.2

Running locally

To run the app locally, follow the steps below:

  1. Clone the repository to your PC using your terminal. For more info, refer to this article

  2. After cloning, navigate into the repo using the command:

    cd mangahaven
    
  3. Install the dependencies in the package.json using the command:

    npm install
    
  4. After the dependencies have been installed, run the app in your terminal using the command

    npm start