A Next.js application that uses the Comick.dev API to pull a user's comics onto the website to create a tierlist.
- Node.js 18.0 or later
- npm or yarn
- Clone the repository:
git clone https://github.com/GooglyBlox/comick-tierlist-gen.git
cd comick-tierlist-gen- 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.