/dndGenerator

Npc Generator for Dungeon and Dragon

Primary LanguageTypeScriptMIT LicenseMIT

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

Build Status

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 start