Deckollab
Deckollab is a [WIP] Collaborative Editor for Magic the Gathering decks
TODO:
- start breaking out this list into issues, which I should have done from the beginning - DONE
Running the program:
Prerequisites:
- Node-js
- npm
- MongoDB server running on your machine
Installation
- Clone the repository to a destination of your choice.
- download AtomicCards.json from mtgjson and place it in the root directory of your project.
npm run dev
Before pull requests
Run
npx eslint .
from the root of this repository to see if you are or aren't complying with the eslint rules set. Alternatively, if your editor supports eslint in some way, do that, using the .eslintrc in this repo.