Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 625 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 625 Bytes

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