Skip to content

bplus/dndGenerator

 
 

Repository files navigation

Dungeon and Dragon NPC generator

Website for generating npc with caracteristics and backstory with attributes

Development

Setup

You will need to install Node on your system.

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

Run

Start Server and Webpack on 2 different consoles

$ npm run start-dev
$ npm run hot-dev-server

Navigate to http://localhost:8080

Tests

Execute tests with

npm test

Linting

ESLint is used to lint this project. To check linting run

npm run lint

To integrate ESLint in sublime 3 see SublimeLinter-ESLint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.1%
  • Python 15.7%
  • CSS 2.7%
  • HTML 0.5%