⚠️ ARCHIVED PROJECT⚠️
This project is no longer functional as Comick.io has been shut down. This repository is kept for archival purposes and code reference only.
A Next.js application that uses the Comick.io API to create a PWA-based offline reader.
- Node.js 18.0 or later
- npm or yarn
- Clone the repository:
git clone https://github.com/GooglyBlox/comick-offline-reader.git
cd comick-offline-reader
- Install dependencies:
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser to see the application.