Hyse Comics is an application for reading comics.
Follow the steps below to set up and run the project in your local environment.
-
Clone the repository:
Open your terminal and run the following command:
git clone https://github.com/luckasnix/hyse-comics-web.git
-
Navigate to the project directory:
cd hyse-comics-web
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open in your browser:
Open http://localhost:3000 in your browser to view the result.