No description
Find a file
koehr 5fc559abac implements basic menu functionalities
this includes standard block elements (headers, paragraphs, lists, rulers)
but not marks (bold, italic)
and for sure not special elements like the stat block
2020-05-25 11:38:18 +02: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 implements basic menu functionalities 2020-05-25 11:38:18 +02: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 remove tiptap, start simple homegrown richtext functionalities 2020-05-25 11:38:18 +02:00
README.md adds review URL to README 2020-04-03 13:20:11 +02:00
tsconfig.json Initial checkin after ove 2020-03-16 15:12:47 +01:00
yarn.lock remove tiptap, start simple homegrown richtext functionalities 2020-05-25 11:38:18 +02:00

rpg-cards-ng

Try the super extra pre alpha version here: https://rpg-cards-ng.netlify.com/

Decks Overview

Deck Example

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

Project goals and if they are already implemented

Roughly in order of planned implementation.

  • comfortable, mobile optimized interface
  • handle decks of cards in a wysiwyg way
  • save decks in your browser
  • edit cards in a wysiwyg way
  • print view (obviously)
  • load graphics directly from game-icons.net
  • create and store cross-deck sets of cards
  • allow graphics upload
  • custom graphic sets

Nice to have

Things I'd love to see but I'm not focussing on right now:

  • different card layouts / theming
  • allow icons to be stored locally (in browser)
  • offline mode
  • PDF export

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