Archivist for MTG cards, assistant to store owners everywhere
You will need docker desktop installed.
To run the project, you will need the latest copy of AllPrintings.sqlite from MTG JSON in the data folder. This can be retrieved manually or via the following command:
npm run fetch:allPrintingsTo run the environment hosted on docker, run the following:
docker-compose build
docker-compose up