Crispy Magic is a JavaScript application offering a deck builder and a collection manager for the Magic: The Gathering card game with a cool interface!
This repository contains the interface code for the application. For the API code, go to crispy-magic-api!
This project is developped in ECMAScript 2015 with Babel as a transpiler. The interface is built using the react.js and redux.js libraries. The CSS is written using Sass.
You need npm or yarn to build this repository.
- Clone the repository.
- Run
npm install
oryarn
at the root of the repository to build dependencies. - More details to come!