No description
Find a file
2020-03-16 15:38:01 +01:00
docs update README and screenshots 2020-03-16 15:38:01 +01:00
public Initial checkin after ove 2020-03-16 15:12:47 +01:00
src Initial checkin after ove 2020-03-16 15:12:47 +01:00
.editorconfig Initial checkin after ove 2020-03-16 15:12:47 +01:00
.gitignore Initial checkin after ove 2020-03-16 15:12:47 +01:00
babel.config.js Initial checkin after ove 2020-03-16 15:12:47 +01:00
LICENSE Initial commit 2020-03-16 15:09:35 +01:00
package.json Initial checkin after ove 2020-03-16 15:12:47 +01:00
README.md update README and screenshots 2020-03-16 15:38:01 +01:00
tsconfig.json Initial checkin after ove 2020-03-16 15:12:47 +01:00
yarn.lock Bump acorn from 6.4.0 to 6.4.1 (#1) 2020-03-16 15:27:10 +01:00

rpg-cards-ng

Decks Overview

Deck Example

New and shiny replacement for the slightly outdated and clunky RPC Cards Generator. Not yet usable.

Project goals

  • comfortable, mobile optimized interface
  • handle decks of cards in a wysiwyg way
  • save decks in your browser
  • edit cards in a wysiwyg way
  • load icons from rpg-icons directly
  • create and store cross-deck sets of cards
  • allow icons to be stored locally (in browser)
  • offline mode

Project development

yarn install
yarn run serve  # Compiles and hot-reloads for development
yarn run build  # Compiles and minifies for production
yarn run test   # Run tests
yarn run lint   # Lints and fixes files

Attributions