Cellule / dndGenerator

Npc Generator for Dungeon and Dragon

Home Page:https://www.npcgenerator.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-Player Character generator

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.

Development

Setup

You will need to install Node on your system.

$ git clone https://github.com/Cellule/dndGenerator.git
$ cd dndGenerator
$ npm install

Run locally

Start local server

$ npm run dev

Test changes from the npc-generator library

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

About

Npc Generator for Dungeon and Dragon

https://www.npcgenerator.com/

License:MIT License


Languages

Language:SCSS 66.5%Language:TypeScript 31.5%Language:HTML 1.3%Language:JavaScript 0.7%