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. Set up environment variables:

    Copy the .env.example file to .env:

    cp .env.example .env

    Update the values in .env if needed. By default, it uses http://localhost:3000 as the base URL.

  5. Run the development server:

    npm run dev
  6. Open in your browser:

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