Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 836 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 836 Bytes

D&D player character calculator

The intent of this project is not to create a full ruled character sheet but a pragmatic pc calculator which could take easily into account cascading effects. Normally this calculator could be used with all version of D&D. It was designed specially with 3.5 in scope.

Version

!Warning! this is a development version not usable

Technology

The calculator is powerded by nodejs and was bootstrapped with Create React App.

Installation

Clone the project wherever you want : git clone https://github.com/lekstonjm/cleric-web.git

In the project directory, you can run: npm install to download dependencies, npm start to launch the server and finally
Open http://localhost:3000 to view it in the browser.