This is a Next.js project bootstrapped with create-next-app
.
Are you running TTRPG, especially Pathfinder? Have you ever run a mage and wanted to print out spells, or wanted to print your monsters as GM? Then this is good place for you - and for me :). What this app allows you is to write, save, edit and print your own TTRPG cards.
Basically you just create a new project (set of cards, you can have multiple and switch them around), click on Create card, fill in fields that give sense to you, save card. When you are ready to print you cards, just Display project, and use printing interface of your browser (usually Ctrl+P).
Download the code through GitHub interface. Install NPM. In the ccde directory, run the app:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser use the app.