Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 700 Bytes

readme.md

File metadata and controls

26 lines (18 loc) · 700 Bytes

Memory Game

What is it?

This project is a challenge from frontendmentor.io

Technologies used to build this project

  • Vite
  • React
  • Firebase (Authentication / Realtime Database)
  • Styled Components
  • Netlify

Running locally

  • Clone this repository
  • Run yarn or npm i
  • Run yarn dev or npm run dev to start Vite in development mode
  • Run yarn build to build for production

you will also need a project on Google Firebase with authentication and Realtime Database enabled. Check the needed env variables on src/services/firebase.ts file

Where is it published?

Currently published at Netlify