New and shiny replacement for the RPC Cards Generator by crobi
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
dependabot[bot] 7282905912
Bump acorn from 6.4.0 to 6.4.1 (#1)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
docs update README 5 years ago
public Initial checkin after ove 5 years ago
src Initial checkin after ove 5 years ago
.editorconfig Initial checkin after ove 5 years ago
.gitignore Initial checkin after ove 5 years ago
LICENSE Initial commit 5 years ago
README.md update README 5 years ago
babel.config.js Initial checkin after ove 5 years ago
package.json Initial checkin after ove 5 years ago
tsconfig.json Initial checkin after ove 5 years ago
yarn.lock Bump acorn from 6.4.0 to 6.4.1 (#1) 5 years ago

README.md

rpg-cards-ng

Screenshot

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