This project is going to be a web app that can be used to create characters for roleplaying.
The web app will be hosted for usage, but if you want to view the current progress on your local machine note the following:
Requirements:
- node.js / npm
- Command line utilities nodemon and create-react-app. Can both be installed with
npm install -g create-react-app nodemon
- mongodb https://docs.mongodb.com/manual/installation/
Run project with:
git clone https://github.com/MrStobbart/char-creator.git
cd char-creator
npm install
mkdir data
npm start