A memory game to match front-end tech logos.
//Install Dependenciesnpm install//Run in devnpm run dev//Build in prodnpm run build
//Install Dependencies
npm install
//Run in dev
npm run dev
//Build in prod
npm run build