/protoCard

A fast prototyping tool for making cards for a card game.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

CardMaker

This project was generated with Angular CLI version 1.0.0.

Pre-reqs

This assumes you have nodejs installed, git installed, and you are familiar with angular 2.

TODO: Make this easier for non-technical users.

Quick Start Steps

  1. Clone this repo

    git clone https://github.com/jdell64/cardMaker.git
    
  2. cd to that dir

    cd ./cardMaker
    
  3. run npm install

  4. run ng serve

  5. add/edit a tsv file in src/app/assets/card-lists

  6. when printing, make sure the following options are set in your browser (shown in chrome): settings

    • under options, make sure margins are at minimum
    • make sure background graphics are checked
    • (not shown) for best results, print in landscape
  7. get your scissors/cutter and enjoy your prototype

TSV Options

// todo

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Please raise an issue in this project if you have any questions.