Website for generating randomized Non-Player Characters (NPCs) with attributes, in-depth and unique descriptions as well as a plot hook
Uses the NPC Generator library to generate NPCs.
You will need to install Node on your system.
$ git clone https://github.com/Cellule/dndGenerator.git
$ cd dndGenerator
$ npm install
Start local server
$ npm run dev
Recommended to checkout the npc-generator library on your computer and use npm link to link it to the dndGenerator project.
$ git clone https://github.com/Cellule/npc-generator
$ cd npc-generator
$ npm run build
$ npm link
$ cd ../dndGenerator
$ npm link npc-generator
# Start local server