A memory game using images from Instagram.
- Node.js (Version 5 and up recommended)
- MongoDB
- Instagram Client ID and Secret (for OAuth)
- Clone down the repository.
git clone https://github.com/jfeigel/memory-the-matching-game.git
- Install packages (from inside the
memory-the-matching-game
folder).
npm install
-
Create your config. There's a
config.js.example
file in the root. Edit it to include all your values for the site and your OAuth information. Save it asconfig.js
and leave it in the root. -
Start Mongo
npm run mongo
- Start it up.
npm start
- Compile the front-end assets
gulp
- Enjoy!