Egyptians have a lot of memes, however there no centralized repository that focuses on hosting them all.
First Install dependencies:
nvm install 14
nvm use 14
npm isetup firebase cli:
nvm use 16
npm install -g firebase-tools
firebase loginThen, run the development server:
npm run emulate
npm run devOpen http://localhost:2020 with your browser to see the result.
To deploy:
npm run deploy- Firebase
- Next.js
