One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>GeoRETRO Memory Matching Game</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> |
// Copy the code below and replace in [project_name]\node_modules\metro-config\src\defaults\blacklist.js | |
// Solution by https://github.com/tusharojha | |
// Note you'd have to do this for every project | |
var sharedBlacklist = [ | |
/node_modules[\/\\]react[\/\\]dist[\/\\].*/, | |
/website\/node_modules\/.*/, | |
/heapCapture\/bundle.js /, | |
/.*\/__tests__\/.*/ | |
] |
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.