Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 544 Bytes

File metadata and controls

34 lines (25 loc) · 544 Bytes

Comick API Proxy

A Next.js application that acts as a generic forwarder for the Comick API.

Getting Started

Prerequisites

  • Node.js 18.0 or later
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/GooglyBlox/comick-api-proxy.git
cd comick-api-proxy
  1. Install dependencies:
npm install
# or
yarn install
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser to see the application.