Memory Game based in Pokemon world
https://pokemon-memory-game-1fa7f.web.app/
Download or clone repository
Add .env file with custom Firebase api keys
API_KEY=...
AUTH_DOMAIN=...
DATABASE_URL=...
PROJECT_ID=...
STORAGE_BUCKET=...
MESSAGING_SENDER_ID=...
APP_ID=...
Run
# installing dependances
$ npm install
# building css styles based on tailwind
$ npm run build-css
# development
$ npm run build
# watch mode
$ npm run dev