dnd-characters-quickref is a website designed for flexibly creating note cards for characters in various TTRPGs, videogames, and more. Cards are data-driven and responsive, allowing an organizer to tweak them to their preferred style.
npm install
npm run serve
npm run build
npm run lint
- Clone this repository
- Place any character portraits as desired in the public directory
- Run
docker build . -t character-quickref-cards:latest
- To run the container directly you can run
docker run -it --rm -p 8080:80 character-quickref-cards:latest
- To use docker-compose, simply use
docker-compose up