Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 674 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 674 Bytes

Eiphy - Egyptian Flavored Giphy Clone

Egyptians have a lot of memes, however there no centralized repository that focuses on hosting them all.

home page

Getting Started

First Install dependencies:

nvm install 14
nvm use 14
npm i

setup firebase cli:

nvm use 16
npm install -g firebase-tools
firebase login

Then, run the development server:

npm run emulate
npm run dev

Open http://localhost:2020 with your browser to see the result.

To deploy:

npm run deploy

Technologies used

  • Firebase
  • Next.js