Using GIPHY api third party.
Table of Contents
The project uses google firebase login and giphy third party.
The project runs on Node.js utilizing npm as the package manager.
Make sure you have node.js version 14 or above to run this project.
-
Clone the repository
git clone https://github.com/codert0109/gifsearch-next-firebase.git
-
Install NPM packages
npm install
-
Create a
.env
file using the configuration in.env.example
touch .env
-
Start the development server
npm run dev
-
Build the project
npm run build
-
Run below command
npm jest
Distributed under the MIT License. See LICENSE
for more information.