Skip to content

luckasnix/hyse-comics-web

Repository files navigation

Hyse Comics

Hyse Comics is an application for reading comics.

Getting Started

Follow the steps below to set up and run the project in your local environment.

  1. Clone the repository:

    Open your terminal and run the following command:

    git clone https://github.com/luckasnix/hyse-comics-web.git
  2. Navigate to the project directory:

    cd hyse-comics-web
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm run dev
  5. Open in your browser:

    Open http://localhost:3000 in your browser to view the result.