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
-
Set up environment variables:
Copy the
.env.examplefile to.env:cp .env.example .env
Update the values in
.envif needed. By default, it useshttp://localhost:3000as the base URL. -
Run the development server:
npm run dev
-
Open in your browser:
Open http://localhost:3000 in your browser to view the result.