Basic MTG deck builder from a specific pool of cards. Useful for limited formats.
See it in action at https://deckbuilder.echo.sh
To set up initially for development, run
$ yarn
$ yarn start
runs the build process and hot reloads automatically where possible on save.
$ yarn types
watches for file changes and reruns flow
. Alternatively, manually run
$ yarn flow
Use
$ yarn build
to generate the changelog and build a production bundle.
The project is deployed on GitHub pages.
$ yarn pub
will push the build folder to the gh-pages
branch.