Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 736 Bytes

File metadata and controls

20 lines (16 loc) · 736 Bytes
Adrien (Narxem) AGEZ & Armand (Tydax) BOUR

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 RESTful API code for the application. For the interface code, go to crispy-magic-frontend!

Technical details

Coming soon…

Installation

You need npm or yarn to build this repository.

  1. Clone the repository.
  2. Run npm install or yarn at the root of the repository to build dependencies.
  3. More details to come!