furfeather is a Nextjs app that you can search to explore images of dogs and cats.
To run this project please ensure that you have nodejs (v18.7 or above) installed.
Use yarn or your preferred package manager to install dependencies.
yarn install
To run the development server:
yarn dev
And To build a standalone output:
yarn build