Role Your Play is an app to manage your Roleplay Systems and Character Sheets
This is still a work in progress
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/dannodan/Role-Your-Play.git ./Role-Your-Play
# Go into the repository
cd Role-Your-Play
# Install dependencies and run the app
npm install && npm start