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 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
- Firebase
- Next.js