Catstagram is an instagram-based website that shows you random cat images. All data is Fetched from TheCatApi, you can find more information here: https://developers.thecatapi.com/view-account/ylX4blBYT9FaoVd6OhvR?report=bOoHBz-8t
First, to run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOr if you want to run the production server:
npm run start
# or
yarn start
# or
pnpm startNow, everything should be working fine
Open http://localhost:3000 with your browser to see the result.