Collaborative deck building for Magic: The Gathering.
Deckitron is a tool for creating a deck for Magic: The Gathering with friends. Start a new deck and invite your friends to help you create great decks for your next MTG game.
- Download and install Mongo DB community server
- In a terminal start mongodb with a database path
Note: this is the default installation path for MongoDB server 3.2 and an example database path. You can specify anywhere for dbpath
"C:\Program Files\MongoDB\Server\3.2\bin\mongod.exe" --dbpath "C:\deckitronDB"
- Run the data import script
Note: this will probably take a while as it has to process the data from every Magic set.
cd <deckitron repo location> node scripts\importAllData.js
- Run Deckitron
cd <deckitron repo location> npm start
- Open your browser and goto http://localhost:5000
Create a deck Send your link to your friends Start adding cards to your deck