Skip to content

ahmedengu/eiphyapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.4%
  • SCSS 17.6%