In this clone you can see how next, react query, and civitai api are used. You can see some components with documentation, types, interface, I also tell you that all the styles are made with tailwind, and how they added colors that tailwind does not have.
don't worry about civitai api_key, it's in the .env file.
Before the first step, run this command :D
npm i
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.