Skip to content
/ mcc Public

Companion app for the Marvel Champions board game

License

Notifications You must be signed in to change notification settings

jwtr/mcc

Repository files navigation

Marvel Champions Companion

A companion application for the Marvel Champions board game. Replaces the need for using counters to modify hero and villain stats.

Development

Clone the repo:

git clone https://github.com/jwtr/mcc.git

Go to project directory and install dependencies:

cd mcc && npm install

To run a development build:

npm start

To create a production build:

npm run build

To run the tests:

npm test