Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 845 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 845 Bytes

♦️ Memory the Matching Game

A memory game using images from Instagram.

Prerequisites

Installation

  • 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 as config.js and leave it in the root.

  • Start Mongo

npm run mongo
  • Start it up.
npm start
  • Compile the front-end assets
gulp
  • Enjoy!