A flipping pokemon card game. When you flip two same card, you catch the pokemon! Compete with others and expand your collection! Try to Catch some rare pokemons like Groudon!
Follow the below steps and you will get the app run locally
Clone the repo, then open the terminal on the folder created
git clone https://github.com/davidychen/match-em-all.git
cd match-em-all
meteor npm installmeteor reset
meteorWhich will run the front-end development server on the port 3000, then visit (http://localhost:3000) and you should see the app running. The database is running on port 3001.
You can either use a local meteor database or a cloud database. If you need to use a cloud database, Just set your database url as variable MONGO_URL in .env as an environment variable. It has 2 collections: pokemon, collections. We are using the heroku add-on database.
Deployment is using heroku. The link is here: https://match-em-all.herokuapp.com/.
- Roboto (headings)
- Open Sans (paragraphs)
This project is licensed under the MIT License - see the LICENSE file for details
- Fork it (https://github.com/davidychen/match-em-all)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request





