diff --git a/rpg-docs/.bowerrc b/app/.bowerrc
similarity index 100%
rename from rpg-docs/.bowerrc
rename to app/.bowerrc
diff --git a/rpg-docs/.gitignore b/app/.gitignore
similarity index 100%
rename from rpg-docs/.gitignore
rename to app/.gitignore
diff --git a/rpg-docs/.meteor/.finished-upgraders b/app/.meteor/.finished-upgraders
similarity index 100%
rename from rpg-docs/.meteor/.finished-upgraders
rename to app/.meteor/.finished-upgraders
diff --git a/rpg-docs/.meteor/.gitignore b/app/.meteor/.gitignore
similarity index 100%
rename from rpg-docs/.meteor/.gitignore
rename to app/.meteor/.gitignore
diff --git a/rpg-docs/.meteor/.id b/app/.meteor/.id
similarity index 100%
rename from rpg-docs/.meteor/.id
rename to app/.meteor/.id
diff --git a/rpg-docs/.meteor/cordova-plugins b/app/.meteor/cordova-plugins
similarity index 100%
rename from rpg-docs/.meteor/cordova-plugins
rename to app/.meteor/cordova-plugins
diff --git a/rpg-docs/.meteor/packages b/app/.meteor/packages
similarity index 100%
rename from rpg-docs/.meteor/packages
rename to app/.meteor/packages
diff --git a/rpg-docs/.meteor/platforms b/app/.meteor/platforms
similarity index 100%
rename from rpg-docs/.meteor/platforms
rename to app/.meteor/platforms
diff --git a/rpg-docs/.meteor/release b/app/.meteor/release
similarity index 100%
rename from rpg-docs/.meteor/release
rename to app/.meteor/release
diff --git a/rpg-docs/.meteor/versions b/app/.meteor/versions
similarity index 100%
rename from rpg-docs/.meteor/versions
rename to app/.meteor/versions
diff --git a/rpg-docs/Model/Campaign/Instance.js b/app/Model/Campaign/Instance.js
similarity index 100%
rename from rpg-docs/Model/Campaign/Instance.js
rename to app/Model/Campaign/Instance.js
diff --git a/rpg-docs/Model/Campaign/Party.js b/app/Model/Campaign/Party.js
similarity index 100%
rename from rpg-docs/Model/Campaign/Party.js
rename to app/Model/Campaign/Party.js
diff --git a/rpg-docs/Model/Character/Actions.js b/app/Model/Character/Actions.js
similarity index 100%
rename from rpg-docs/Model/Character/Actions.js
rename to app/Model/Character/Actions.js
diff --git a/rpg-docs/Model/Character/Attacks.js b/app/Model/Character/Attacks.js
similarity index 100%
rename from rpg-docs/Model/Character/Attacks.js
rename to app/Model/Character/Attacks.js
diff --git a/rpg-docs/Model/Character/Buffs.js b/app/Model/Character/Buffs.js
similarity index 100%
rename from rpg-docs/Model/Character/Buffs.js
rename to app/Model/Character/Buffs.js
diff --git a/rpg-docs/Model/Character/Characters.js b/app/Model/Character/Characters.js
similarity index 100%
rename from rpg-docs/Model/Character/Characters.js
rename to app/Model/Character/Characters.js
diff --git a/rpg-docs/Model/Character/Classes.js b/app/Model/Character/Classes.js
similarity index 100%
rename from rpg-docs/Model/Character/Classes.js
rename to app/Model/Character/Classes.js
diff --git a/rpg-docs/Model/Character/Conditions.js b/app/Model/Character/Conditions.js
similarity index 100%
rename from rpg-docs/Model/Character/Conditions.js
rename to app/Model/Character/Conditions.js
diff --git a/rpg-docs/Model/Character/CustomBuffs.js b/app/Model/Character/CustomBuffs.js
similarity index 100%
rename from rpg-docs/Model/Character/CustomBuffs.js
rename to app/Model/Character/CustomBuffs.js
diff --git a/rpg-docs/Model/Character/Effects.js b/app/Model/Character/Effects.js
similarity index 100%
rename from rpg-docs/Model/Character/Effects.js
rename to app/Model/Character/Effects.js
diff --git a/rpg-docs/Model/Character/Experience.js b/app/Model/Character/Experience.js
similarity index 100%
rename from rpg-docs/Model/Character/Experience.js
rename to app/Model/Character/Experience.js
diff --git a/rpg-docs/Model/Character/Features.js b/app/Model/Character/Features.js
similarity index 100%
rename from rpg-docs/Model/Character/Features.js
rename to app/Model/Character/Features.js
diff --git a/rpg-docs/Model/Character/Notes.js b/app/Model/Character/Notes.js
similarity index 100%
rename from rpg-docs/Model/Character/Notes.js
rename to app/Model/Character/Notes.js
diff --git a/rpg-docs/Model/Character/Proficiencies.js b/app/Model/Character/Proficiencies.js
similarity index 100%
rename from rpg-docs/Model/Character/Proficiencies.js
rename to app/Model/Character/Proficiencies.js
diff --git a/rpg-docs/Model/Character/SpellLists.js b/app/Model/Character/SpellLists.js
similarity index 100%
rename from rpg-docs/Model/Character/SpellLists.js
rename to app/Model/Character/SpellLists.js
diff --git a/rpg-docs/Model/Character/Spells.js b/app/Model/Character/Spells.js
similarity index 100%
rename from rpg-docs/Model/Character/Spells.js
rename to app/Model/Character/Spells.js
diff --git a/rpg-docs/Model/Character/SubSchemas/Adjustment.js b/app/Model/Character/SubSchemas/Adjustment.js
similarity index 100%
rename from rpg-docs/Model/Character/SubSchemas/Adjustment.js
rename to app/Model/Character/SubSchemas/Adjustment.js
diff --git a/rpg-docs/Model/Character/SubSchemas/Attribute.js b/app/Model/Character/SubSchemas/Attribute.js
similarity index 100%
rename from rpg-docs/Model/Character/SubSchemas/Attribute.js
rename to app/Model/Character/SubSchemas/Attribute.js
diff --git a/rpg-docs/Model/Character/SubSchemas/DeathSaves.js b/app/Model/Character/SubSchemas/DeathSaves.js
similarity index 100%
rename from rpg-docs/Model/Character/SubSchemas/DeathSaves.js
rename to app/Model/Character/SubSchemas/DeathSaves.js
diff --git a/rpg-docs/Model/Character/SubSchemas/Skill.js b/app/Model/Character/SubSchemas/Skill.js
similarity index 100%
rename from rpg-docs/Model/Character/SubSchemas/Skill.js
rename to app/Model/Character/SubSchemas/Skill.js
diff --git a/rpg-docs/Model/Character/TemporaryHitPoints.js b/app/Model/Character/TemporaryHitPoints.js
similarity index 100%
rename from rpg-docs/Model/Character/TemporaryHitPoints.js
rename to app/Model/Character/TemporaryHitPoints.js
diff --git a/rpg-docs/Model/Inventory/Containers.js b/app/Model/Inventory/Containers.js
similarity index 100%
rename from rpg-docs/Model/Inventory/Containers.js
rename to app/Model/Inventory/Containers.js
diff --git a/rpg-docs/Model/Inventory/Items.js b/app/Model/Inventory/Items.js
similarity index 100%
rename from rpg-docs/Model/Inventory/Items.js
rename to app/Model/Inventory/Items.js
diff --git a/rpg-docs/Model/Library/Library.js b/app/Model/Library/Library.js
similarity index 100%
rename from rpg-docs/Model/Library/Library.js
rename to app/Model/Library/Library.js
diff --git a/rpg-docs/Model/Library/LibraryAttacks.js b/app/Model/Library/LibraryAttacks.js
similarity index 100%
rename from rpg-docs/Model/Library/LibraryAttacks.js
rename to app/Model/Library/LibraryAttacks.js
diff --git a/rpg-docs/Model/Library/LibraryEffects.js b/app/Model/Library/LibraryEffects.js
similarity index 100%
rename from rpg-docs/Model/Library/LibraryEffects.js
rename to app/Model/Library/LibraryEffects.js
diff --git a/rpg-docs/Model/Library/LibraryItems.js b/app/Model/Library/LibraryItems.js
similarity index 100%
rename from rpg-docs/Model/Library/LibraryItems.js
rename to app/Model/Library/LibraryItems.js
diff --git a/rpg-docs/Model/Library/LibrarySpells.js b/app/Model/Library/LibrarySpells.js
similarity index 100%
rename from rpg-docs/Model/Library/LibrarySpells.js
rename to app/Model/Library/LibrarySpells.js
diff --git a/rpg-docs/Model/Meta/Blacklist.js b/app/Model/Meta/Blacklist.js
similarity index 100%
rename from rpg-docs/Model/Meta/Blacklist.js
rename to app/Model/Meta/Blacklist.js
diff --git a/rpg-docs/Model/Meta/ChangeLogs.js b/app/Model/Meta/ChangeLogs.js
similarity index 100%
rename from rpg-docs/Model/Meta/ChangeLogs.js
rename to app/Model/Meta/ChangeLogs.js
diff --git a/rpg-docs/Model/Meta/Reports.js b/app/Model/Meta/Reports.js
similarity index 100%
rename from rpg-docs/Model/Meta/Reports.js
rename to app/Model/Meta/Reports.js
diff --git a/rpg-docs/Model/Users/Users.js b/app/Model/Users/Users.js
similarity index 100%
rename from rpg-docs/Model/Users/Users.js
rename to app/Model/Users/Users.js
diff --git a/rpg-docs/Routes/API.js b/app/Routes/API.js
similarity index 100%
rename from rpg-docs/Routes/API.js
rename to app/Routes/API.js
diff --git a/rpg-docs/Routes/Routes.js b/app/Routes/Routes.js
similarity index 100%
rename from rpg-docs/Routes/Routes.js
rename to app/Routes/Routes.js
diff --git a/rpg-docs/bower.json b/app/bower.json
similarity index 100%
rename from rpg-docs/bower.json
rename to app/bower.json
diff --git a/rpg-docs/client/compatibility/jquery.quickfit.js b/app/client/compatibility/jquery.quickfit.js
similarity index 100%
rename from rpg-docs/client/compatibility/jquery.quickfit.js
rename to app/client/compatibility/jquery.quickfit.js
diff --git a/rpg-docs/client/globalHelpers/GlobalUI.js b/app/client/globalHelpers/GlobalUI.js
similarity index 100%
rename from rpg-docs/client/globalHelpers/GlobalUI.js
rename to app/client/globalHelpers/GlobalUI.js
diff --git a/rpg-docs/client/globalHelpers/canCast.js b/app/client/globalHelpers/canCast.js
similarity index 100%
rename from rpg-docs/client/globalHelpers/canCast.js
rename to app/client/globalHelpers/canCast.js
diff --git a/rpg-docs/client/globalHelpers/canEditCharacter.js b/app/client/globalHelpers/canEditCharacter.js
similarity index 100%
rename from rpg-docs/client/globalHelpers/canEditCharacter.js
rename to app/client/globalHelpers/canEditCharacter.js
diff --git a/rpg-docs/client/globalHelpers/characterPath.js b/app/client/globalHelpers/characterPath.js
similarity index 100%
rename from rpg-docs/client/globalHelpers/characterPath.js
rename to app/client/globalHelpers/characterPath.js
diff --git a/rpg-docs/client/globalHelpers/colorClass.js b/app/client/globalHelpers/colorClass.js
similarity index 100%
rename from rpg-docs/client/globalHelpers/colorClass.js
rename to app/client/globalHelpers/colorClass.js
diff --git a/rpg-docs/client/globalHelpers/detailHero.js b/app/client/globalHelpers/detailHero.js
similarity index 100%
rename from rpg-docs/client/globalHelpers/detailHero.js
rename to app/client/globalHelpers/detailHero.js
diff --git a/rpg-docs/client/globalHelpers/evaluate.js b/app/client/globalHelpers/evaluate.js
similarity index 100%
rename from rpg-docs/client/globalHelpers/evaluate.js
rename to app/client/globalHelpers/evaluate.js
diff --git a/rpg-docs/client/globalHelpers/openParentDialog.js b/app/client/globalHelpers/openParentDialog.js
similarity index 100%
rename from rpg-docs/client/globalHelpers/openParentDialog.js
rename to app/client/globalHelpers/openParentDialog.js
diff --git a/rpg-docs/client/globalHelpers/round.js b/app/client/globalHelpers/round.js
similarity index 100%
rename from rpg-docs/client/globalHelpers/round.js
rename to app/client/globalHelpers/round.js
diff --git a/rpg-docs/client/globalHelpers/session.js b/app/client/globalHelpers/session.js
similarity index 100%
rename from rpg-docs/client/globalHelpers/session.js
rename to app/client/globalHelpers/session.js
diff --git a/rpg-docs/client/globalHelpers/signedString.js b/app/client/globalHelpers/signedString.js
similarity index 100%
rename from rpg-docs/client/globalHelpers/signedString.js
rename to app/client/globalHelpers/signedString.js
diff --git a/rpg-docs/client/globalHelpers/valueString.js b/app/client/globalHelpers/valueString.js
similarity index 100%
rename from rpg-docs/client/globalHelpers/valueString.js
rename to app/client/globalHelpers/valueString.js
diff --git a/rpg-docs/client/lib/bindProperty.js b/app/client/lib/bindProperty.js
similarity index 100%
rename from rpg-docs/client/lib/bindProperty.js
rename to app/client/lib/bindProperty.js
diff --git a/rpg-docs/client/lib/improvedInitiativeJson.js b/app/client/lib/improvedInitiativeJson.js
similarity index 100%
rename from rpg-docs/client/lib/improvedInitiativeJson.js
rename to app/client/lib/improvedInitiativeJson.js
diff --git a/rpg-docs/client/lib/printing.js b/app/client/lib/printing.js
similarity index 100%
rename from rpg-docs/client/lib/printing.js
rename to app/client/lib/printing.js
diff --git a/rpg-docs/client/lib/removeDuplicateProficiencies.js b/app/client/lib/removeDuplicateProficiencies.js
similarity index 100%
rename from rpg-docs/client/lib/removeDuplicateProficiencies.js
rename to app/client/lib/removeDuplicateProficiencies.js
diff --git a/rpg-docs/client/lib/requestAnimationFramePolyfill.js b/app/client/lib/requestAnimationFramePolyfill.js
similarity index 100%
rename from rpg-docs/client/lib/requestAnimationFramePolyfill.js
rename to app/client/lib/requestAnimationFramePolyfill.js
diff --git a/rpg-docs/client/style/bounce.css b/app/client/style/bounce.css
similarity index 100%
rename from rpg-docs/client/style/bounce.css
rename to app/client/style/bounce.css
diff --git a/rpg-docs/client/style/cards.css b/app/client/style/cards.css
similarity index 100%
rename from rpg-docs/client/style/cards.css
rename to app/client/style/cards.css
diff --git a/rpg-docs/client/style/colors.css b/app/client/style/colors.css
similarity index 100%
rename from rpg-docs/client/style/colors.css
rename to app/client/style/colors.css
diff --git a/rpg-docs/client/style/listItem.css b/app/client/style/listItem.css
similarity index 100%
rename from rpg-docs/client/style/listItem.css
rename to app/client/style/listItem.css
diff --git a/rpg-docs/client/style/main.css b/app/client/style/main.css
similarity index 100%
rename from rpg-docs/client/style/main.css
rename to app/client/style/main.css
diff --git a/rpg-docs/client/style/tables.css b/app/client/style/tables.css
similarity index 100%
rename from rpg-docs/client/style/tables.css
rename to app/client/style/tables.css
diff --git a/rpg-docs/client/views/GeneralCSS/typography.css b/app/client/views/GeneralCSS/typography.css
similarity index 100%
rename from rpg-docs/client/views/GeneralCSS/typography.css
rename to app/client/views/GeneralCSS/typography.css
diff --git a/rpg-docs/client/views/character/attacks/attackEdit/attackEdit.html b/app/client/views/character/attacks/attackEdit/attackEdit.html
similarity index 100%
rename from rpg-docs/client/views/character/attacks/attackEdit/attackEdit.html
rename to app/client/views/character/attacks/attackEdit/attackEdit.html
diff --git a/rpg-docs/client/views/character/attacks/attackEdit/attackEdit.js b/app/client/views/character/attacks/attackEdit/attackEdit.js
similarity index 100%
rename from rpg-docs/client/views/character/attacks/attackEdit/attackEdit.js
rename to app/client/views/character/attacks/attackEdit/attackEdit.js
diff --git a/rpg-docs/client/views/character/attacks/attackEditList/attackEditList.html b/app/client/views/character/attacks/attackEditList/attackEditList.html
similarity index 100%
rename from rpg-docs/client/views/character/attacks/attackEditList/attackEditList.html
rename to app/client/views/character/attacks/attackEditList/attackEditList.html
diff --git a/rpg-docs/client/views/character/attacks/attackEditList/attackEditList.js b/app/client/views/character/attacks/attackEditList/attackEditList.js
similarity index 100%
rename from rpg-docs/client/views/character/attacks/attackEditList/attackEditList.js
rename to app/client/views/character/attacks/attackEditList/attackEditList.js
diff --git a/rpg-docs/client/views/character/attacks/attackView/attackView.html b/app/client/views/character/attacks/attackView/attackView.html
similarity index 100%
rename from rpg-docs/client/views/character/attacks/attackView/attackView.html
rename to app/client/views/character/attacks/attackView/attackView.html
diff --git a/rpg-docs/client/views/character/attacks/attackView/attackView.js b/app/client/views/character/attacks/attackView/attackView.js
similarity index 100%
rename from rpg-docs/client/views/character/attacks/attackView/attackView.js
rename to app/client/views/character/attacks/attackView/attackView.js
diff --git a/rpg-docs/client/views/character/attacks/attacksViewList/attacksViewList.html b/app/client/views/character/attacks/attacksViewList/attacksViewList.html
similarity index 100%
rename from rpg-docs/client/views/character/attacks/attacksViewList/attacksViewList.html
rename to app/client/views/character/attacks/attacksViewList/attacksViewList.html
diff --git a/rpg-docs/client/views/character/attacks/attacksViewList/attacksViewList.js b/app/client/views/character/attacks/attacksViewList/attacksViewList.js
similarity index 100%
rename from rpg-docs/client/views/character/attacks/attacksViewList/attacksViewList.js
rename to app/client/views/character/attacks/attacksViewList/attacksViewList.js
diff --git a/rpg-docs/client/views/character/buffs/applyBuffDialog/applyBuffDialog.html b/app/client/views/character/buffs/applyBuffDialog/applyBuffDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/buffs/applyBuffDialog/applyBuffDialog.html
rename to app/client/views/character/buffs/applyBuffDialog/applyBuffDialog.html
diff --git a/rpg-docs/client/views/character/buffs/applyBuffDialog/applyBuffDialog.js b/app/client/views/character/buffs/applyBuffDialog/applyBuffDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/buffs/applyBuffDialog/applyBuffDialog.js
rename to app/client/views/character/buffs/applyBuffDialog/applyBuffDialog.js
diff --git a/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html b/app/client/views/character/buffs/buffDialog/buffDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html
rename to app/client/views/character/buffs/buffDialog/buffDialog.html
diff --git a/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.js b/app/client/views/character/buffs/buffDialog/buffDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/buffs/buffDialog/buffDialog.js
rename to app/client/views/character/buffs/buffDialog/buffDialog.js
diff --git a/rpg-docs/client/views/character/buffs/buffListItem/buffListItem.html b/app/client/views/character/buffs/buffListItem/buffListItem.html
similarity index 100%
rename from rpg-docs/client/views/character/buffs/buffListItem/buffListItem.html
rename to app/client/views/character/buffs/buffListItem/buffListItem.html
diff --git a/rpg-docs/client/views/character/buffs/buffListItem/buffListItem.js b/app/client/views/character/buffs/buffListItem/buffListItem.js
similarity index 100%
rename from rpg-docs/client/views/character/buffs/buffListItem/buffListItem.js
rename to app/client/views/character/buffs/buffListItem/buffListItem.js
diff --git a/rpg-docs/client/views/character/buffs/conditionLibraryDialog/conditionLibraryDialog.css b/app/client/views/character/buffs/conditionLibraryDialog/conditionLibraryDialog.css
similarity index 100%
rename from rpg-docs/client/views/character/buffs/conditionLibraryDialog/conditionLibraryDialog.css
rename to app/client/views/character/buffs/conditionLibraryDialog/conditionLibraryDialog.css
diff --git a/rpg-docs/client/views/character/buffs/conditionLibraryDialog/conditionLibraryDialog.html b/app/client/views/character/buffs/conditionLibraryDialog/conditionLibraryDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/buffs/conditionLibraryDialog/conditionLibraryDialog.html
rename to app/client/views/character/buffs/conditionLibraryDialog/conditionLibraryDialog.html
diff --git a/rpg-docs/client/views/character/buffs/conditionLibraryDialog/conditionLibraryDialog.js b/app/client/views/character/buffs/conditionLibraryDialog/conditionLibraryDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/buffs/conditionLibraryDialog/conditionLibraryDialog.js
rename to app/client/views/character/buffs/conditionLibraryDialog/conditionLibraryDialog.js
diff --git a/rpg-docs/client/views/character/buffs/conditionView/conditionView.html b/app/client/views/character/buffs/conditionView/conditionView.html
similarity index 100%
rename from rpg-docs/client/views/character/buffs/conditionView/conditionView.html
rename to app/client/views/character/buffs/conditionView/conditionView.html
diff --git a/rpg-docs/client/views/character/buffs/conditionView/conditionView.js b/app/client/views/character/buffs/conditionView/conditionView.js
similarity index 100%
rename from rpg-docs/client/views/character/buffs/conditionView/conditionView.js
rename to app/client/views/character/buffs/conditionView/conditionView.js
diff --git a/rpg-docs/client/views/character/buffs/conditionViewDialog/conditionViewDialog.html b/app/client/views/character/buffs/conditionViewDialog/conditionViewDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/buffs/conditionViewDialog/conditionViewDialog.html
rename to app/client/views/character/buffs/conditionViewDialog/conditionViewDialog.html
diff --git a/rpg-docs/client/views/character/buffs/conditionViewDialog/conditionViewDialog.js b/app/client/views/character/buffs/conditionViewDialog/conditionViewDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/buffs/conditionViewDialog/conditionViewDialog.js
rename to app/client/views/character/buffs/conditionViewDialog/conditionViewDialog.js
diff --git a/rpg-docs/client/views/character/buffs/customBuffEdit/customBuffEdit.html b/app/client/views/character/buffs/customBuffEdit/customBuffEdit.html
similarity index 100%
rename from rpg-docs/client/views/character/buffs/customBuffEdit/customBuffEdit.html
rename to app/client/views/character/buffs/customBuffEdit/customBuffEdit.html
diff --git a/rpg-docs/client/views/character/buffs/customBuffEdit/customBuffEdit.js b/app/client/views/character/buffs/customBuffEdit/customBuffEdit.js
similarity index 100%
rename from rpg-docs/client/views/character/buffs/customBuffEdit/customBuffEdit.js
rename to app/client/views/character/buffs/customBuffEdit/customBuffEdit.js
diff --git a/rpg-docs/client/views/character/buffs/customBuffEditList/customBuffEditList.html b/app/client/views/character/buffs/customBuffEditList/customBuffEditList.html
similarity index 100%
rename from rpg-docs/client/views/character/buffs/customBuffEditList/customBuffEditList.html
rename to app/client/views/character/buffs/customBuffEditList/customBuffEditList.html
diff --git a/rpg-docs/client/views/character/buffs/customBuffEditList/customBuffEditList.js b/app/client/views/character/buffs/customBuffEditList/customBuffEditList.js
similarity index 100%
rename from rpg-docs/client/views/character/buffs/customBuffEditList/customBuffEditList.js
rename to app/client/views/character/buffs/customBuffEditList/customBuffEditList.js
diff --git a/rpg-docs/client/views/character/buffs/customBuffView/customBuffView.html b/app/client/views/character/buffs/customBuffView/customBuffView.html
similarity index 100%
rename from rpg-docs/client/views/character/buffs/customBuffView/customBuffView.html
rename to app/client/views/character/buffs/customBuffView/customBuffView.html
diff --git a/rpg-docs/client/views/character/buffs/customBuffView/customBuffView.js b/app/client/views/character/buffs/customBuffView/customBuffView.js
similarity index 100%
rename from rpg-docs/client/views/character/buffs/customBuffView/customBuffView.js
rename to app/client/views/character/buffs/customBuffView/customBuffView.js
diff --git a/rpg-docs/client/views/character/buffs/customBuffViewList/customBuffViewList.html b/app/client/views/character/buffs/customBuffViewList/customBuffViewList.html
similarity index 100%
rename from rpg-docs/client/views/character/buffs/customBuffViewList/customBuffViewList.html
rename to app/client/views/character/buffs/customBuffViewList/customBuffViewList.html
diff --git a/rpg-docs/client/views/character/buffs/customBuffViewList/customBuffViewList.js b/app/client/views/character/buffs/customBuffViewList/customBuffViewList.js
similarity index 100%
rename from rpg-docs/client/views/character/buffs/customBuffViewList/customBuffViewList.js
rename to app/client/views/character/buffs/customBuffViewList/customBuffViewList.js
diff --git a/rpg-docs/client/views/character/characterSettings/characterSettings.html b/app/client/views/character/characterSettings/characterSettings.html
similarity index 100%
rename from rpg-docs/client/views/character/characterSettings/characterSettings.html
rename to app/client/views/character/characterSettings/characterSettings.html
diff --git a/rpg-docs/client/views/character/characterSettings/characterSettings.js b/app/client/views/character/characterSettings/characterSettings.js
similarity index 100%
rename from rpg-docs/client/views/character/characterSettings/characterSettings.js
rename to app/client/views/character/characterSettings/characterSettings.js
diff --git a/rpg-docs/client/views/character/characterSettings/deleteCharacterConfirmation.html b/app/client/views/character/characterSettings/deleteCharacterConfirmation.html
similarity index 100%
rename from rpg-docs/client/views/character/characterSettings/deleteCharacterConfirmation.html
rename to app/client/views/character/characterSettings/deleteCharacterConfirmation.html
diff --git a/rpg-docs/client/views/character/characterSettings/deleteCharacterConfirmation.js b/app/client/views/character/characterSettings/deleteCharacterConfirmation.js
similarity index 100%
rename from rpg-docs/client/views/character/characterSettings/deleteCharacterConfirmation.js
rename to app/client/views/character/characterSettings/deleteCharacterConfirmation.js
diff --git a/rpg-docs/client/views/character/characterSettings/shareDialog.html b/app/client/views/character/characterSettings/shareDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/characterSettings/shareDialog.html
rename to app/client/views/character/characterSettings/shareDialog.html
diff --git a/rpg-docs/client/views/character/characterSettings/shareDialog.js b/app/client/views/character/characterSettings/shareDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/characterSettings/shareDialog.js
rename to app/client/views/character/characterSettings/shareDialog.js
diff --git a/rpg-docs/client/views/character/characterSettings/unshareCharacterConfirmation.html b/app/client/views/character/characterSettings/unshareCharacterConfirmation.html
similarity index 100%
rename from rpg-docs/client/views/character/characterSettings/unshareCharacterConfirmation.html
rename to app/client/views/character/characterSettings/unshareCharacterConfirmation.html
diff --git a/rpg-docs/client/views/character/characterSettings/unshareCharacterConfirmation.js b/app/client/views/character/characterSettings/unshareCharacterConfirmation.js
similarity index 100%
rename from rpg-docs/client/views/character/characterSettings/unshareCharacterConfirmation.js
rename to app/client/views/character/characterSettings/unshareCharacterConfirmation.js
diff --git a/rpg-docs/client/views/character/characterSheet.css b/app/client/views/character/characterSheet.css
similarity index 100%
rename from rpg-docs/client/views/character/characterSheet.css
rename to app/client/views/character/characterSheet.css
diff --git a/rpg-docs/client/views/character/characterSheet.html b/app/client/views/character/characterSheet.html
similarity index 100%
rename from rpg-docs/client/views/character/characterSheet.html
rename to app/client/views/character/characterSheet.html
diff --git a/rpg-docs/client/views/character/characterSheet.js b/app/client/views/character/characterSheet.js
similarity index 100%
rename from rpg-docs/client/views/character/characterSheet.js
rename to app/client/views/character/characterSheet.js
diff --git a/rpg-docs/client/views/character/effects/effectEdit/effectEdit.css b/app/client/views/character/effects/effectEdit/effectEdit.css
similarity index 100%
rename from rpg-docs/client/views/character/effects/effectEdit/effectEdit.css
rename to app/client/views/character/effects/effectEdit/effectEdit.css
diff --git a/rpg-docs/client/views/character/effects/effectEdit/effectEdit.html b/app/client/views/character/effects/effectEdit/effectEdit.html
similarity index 100%
rename from rpg-docs/client/views/character/effects/effectEdit/effectEdit.html
rename to app/client/views/character/effects/effectEdit/effectEdit.html
diff --git a/rpg-docs/client/views/character/effects/effectEdit/effectEdit.js b/app/client/views/character/effects/effectEdit/effectEdit.js
similarity index 100%
rename from rpg-docs/client/views/character/effects/effectEdit/effectEdit.js
rename to app/client/views/character/effects/effectEdit/effectEdit.js
diff --git a/rpg-docs/client/views/character/effects/effectView/effectView.css b/app/client/views/character/effects/effectView/effectView.css
similarity index 100%
rename from rpg-docs/client/views/character/effects/effectView/effectView.css
rename to app/client/views/character/effects/effectView/effectView.css
diff --git a/rpg-docs/client/views/character/effects/effectView/effectView.html b/app/client/views/character/effects/effectView/effectView.html
similarity index 100%
rename from rpg-docs/client/views/character/effects/effectView/effectView.html
rename to app/client/views/character/effects/effectView/effectView.html
diff --git a/rpg-docs/client/views/character/effects/effectView/effectView.js b/app/client/views/character/effects/effectView/effectView.js
similarity index 100%
rename from rpg-docs/client/views/character/effects/effectView/effectView.js
rename to app/client/views/character/effects/effectView/effectView.js
diff --git a/rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.css b/app/client/views/character/effects/effectsEditList/effectsEditList.css
similarity index 100%
rename from rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.css
rename to app/client/views/character/effects/effectsEditList/effectsEditList.css
diff --git a/rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.html b/app/client/views/character/effects/effectsEditList/effectsEditList.html
similarity index 100%
rename from rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.html
rename to app/client/views/character/effects/effectsEditList/effectsEditList.html
diff --git a/rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.js b/app/client/views/character/effects/effectsEditList/effectsEditList.js
similarity index 100%
rename from rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.js
rename to app/client/views/character/effects/effectsEditList/effectsEditList.js
diff --git a/rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.html b/app/client/views/character/effects/effectsViewList/effectsViewList.html
similarity index 100%
rename from rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.html
rename to app/client/views/character/effects/effectsViewList/effectsViewList.html
diff --git a/rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.js b/app/client/views/character/effects/effectsViewList/effectsViewList.js
similarity index 100%
rename from rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.js
rename to app/client/views/character/effects/effectsViewList/effectsViewList.js
diff --git a/rpg-docs/client/views/character/export/exportDialog/exportDialog.css b/app/client/views/character/export/exportDialog/exportDialog.css
similarity index 100%
rename from rpg-docs/client/views/character/export/exportDialog/exportDialog.css
rename to app/client/views/character/export/exportDialog/exportDialog.css
diff --git a/rpg-docs/client/views/character/export/exportDialog/exportDialog.html b/app/client/views/character/export/exportDialog/exportDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/export/exportDialog/exportDialog.html
rename to app/client/views/character/export/exportDialog/exportDialog.html
diff --git a/rpg-docs/client/views/character/export/exportDialog/exportDialog.js b/app/client/views/character/export/exportDialog/exportDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/export/exportDialog/exportDialog.js
rename to app/client/views/character/export/exportDialog/exportDialog.js
diff --git a/rpg-docs/client/views/character/features/featureDialog/featureDialog.html b/app/client/views/character/features/featureDialog/featureDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/features/featureDialog/featureDialog.html
rename to app/client/views/character/features/featureDialog/featureDialog.html
diff --git a/rpg-docs/client/views/character/features/featureDialog/featureDialog.js b/app/client/views/character/features/featureDialog/featureDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/features/featureDialog/featureDialog.js
rename to app/client/views/character/features/featureDialog/featureDialog.js
diff --git a/rpg-docs/client/views/character/features/features.css b/app/client/views/character/features/features.css
similarity index 100%
rename from rpg-docs/client/views/character/features/features.css
rename to app/client/views/character/features/features.css
diff --git a/rpg-docs/client/views/character/features/features.html b/app/client/views/character/features/features.html
similarity index 100%
rename from rpg-docs/client/views/character/features/features.html
rename to app/client/views/character/features/features.html
diff --git a/rpg-docs/client/views/character/features/features.js b/app/client/views/character/features/features.js
similarity index 100%
rename from rpg-docs/client/views/character/features/features.js
rename to app/client/views/character/features/features.js
diff --git a/rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.css b/app/client/views/character/inventory/carryCapacityBar/carryCapacityBar.css
similarity index 100%
rename from rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.css
rename to app/client/views/character/inventory/carryCapacityBar/carryCapacityBar.css
diff --git a/rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.html b/app/client/views/character/inventory/carryCapacityBar/carryCapacityBar.html
similarity index 100%
rename from rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.html
rename to app/client/views/character/inventory/carryCapacityBar/carryCapacityBar.html
diff --git a/rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.js b/app/client/views/character/inventory/carryCapacityBar/carryCapacityBar.js
similarity index 100%
rename from rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.js
rename to app/client/views/character/inventory/carryCapacityBar/carryCapacityBar.js
diff --git a/rpg-docs/client/views/character/inventory/carryDialog/carryDialog.html b/app/client/views/character/inventory/carryDialog/carryDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/inventory/carryDialog/carryDialog.html
rename to app/client/views/character/inventory/carryDialog/carryDialog.html
diff --git a/rpg-docs/client/views/character/inventory/carryDialog/carryDialog.js b/app/client/views/character/inventory/carryDialog/carryDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/inventory/carryDialog/carryDialog.js
rename to app/client/views/character/inventory/carryDialog/carryDialog.js
diff --git a/rpg-docs/client/views/character/inventory/containerDialog/containerDialog.html b/app/client/views/character/inventory/containerDialog/containerDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/inventory/containerDialog/containerDialog.html
rename to app/client/views/character/inventory/containerDialog/containerDialog.html
diff --git a/rpg-docs/client/views/character/inventory/containerDialog/containerDialog.js b/app/client/views/character/inventory/containerDialog/containerDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/inventory/containerDialog/containerDialog.js
rename to app/client/views/character/inventory/containerDialog/containerDialog.js
diff --git a/rpg-docs/client/views/character/inventory/inventory.html b/app/client/views/character/inventory/inventory.html
similarity index 100%
rename from rpg-docs/client/views/character/inventory/inventory.html
rename to app/client/views/character/inventory/inventory.html
diff --git a/rpg-docs/client/views/character/inventory/inventory.js b/app/client/views/character/inventory/inventory.js
similarity index 100%
rename from rpg-docs/client/views/character/inventory/inventory.js
rename to app/client/views/character/inventory/inventory.js
diff --git a/rpg-docs/client/views/character/inventory/itemDialog/itemDialog.css b/app/client/views/character/inventory/itemDialog/itemDialog.css
similarity index 100%
rename from rpg-docs/client/views/character/inventory/itemDialog/itemDialog.css
rename to app/client/views/character/inventory/itemDialog/itemDialog.css
diff --git a/rpg-docs/client/views/character/inventory/itemDialog/itemDialog.html b/app/client/views/character/inventory/itemDialog/itemDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/inventory/itemDialog/itemDialog.html
rename to app/client/views/character/inventory/itemDialog/itemDialog.html
diff --git a/rpg-docs/client/views/character/inventory/itemDialog/itemDialog.js b/app/client/views/character/inventory/itemDialog/itemDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/inventory/itemDialog/itemDialog.js
rename to app/client/views/character/inventory/itemDialog/itemDialog.js
diff --git a/rpg-docs/client/views/character/inventory/itemLibraryDialog/itemLibraryDialog.css b/app/client/views/character/inventory/itemLibraryDialog/itemLibraryDialog.css
similarity index 100%
rename from rpg-docs/client/views/character/inventory/itemLibraryDialog/itemLibraryDialog.css
rename to app/client/views/character/inventory/itemLibraryDialog/itemLibraryDialog.css
diff --git a/rpg-docs/client/views/character/inventory/itemLibraryDialog/itemLibraryDialog.html b/app/client/views/character/inventory/itemLibraryDialog/itemLibraryDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/inventory/itemLibraryDialog/itemLibraryDialog.html
rename to app/client/views/character/inventory/itemLibraryDialog/itemLibraryDialog.html
diff --git a/rpg-docs/client/views/character/inventory/itemLibraryDialog/itemLibraryDialog.js b/app/client/views/character/inventory/itemLibraryDialog/itemLibraryDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/inventory/itemLibraryDialog/itemLibraryDialog.js
rename to app/client/views/character/inventory/itemLibraryDialog/itemLibraryDialog.js
diff --git a/rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.css b/app/client/views/character/inventory/moveItemDialog/moveItemDialog.css
similarity index 100%
rename from rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.css
rename to app/client/views/character/inventory/moveItemDialog/moveItemDialog.css
diff --git a/rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.html b/app/client/views/character/inventory/moveItemDialog/moveItemDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.html
rename to app/client/views/character/inventory/moveItemDialog/moveItemDialog.html
diff --git a/rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.js b/app/client/views/character/inventory/moveItemDialog/moveItemDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.js
rename to app/client/views/character/inventory/moveItemDialog/moveItemDialog.js
diff --git a/rpg-docs/client/views/character/inventory/splitStackDialog/splitStackDialog.html b/app/client/views/character/inventory/splitStackDialog/splitStackDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/inventory/splitStackDialog/splitStackDialog.html
rename to app/client/views/character/inventory/splitStackDialog/splitStackDialog.html
diff --git a/rpg-docs/client/views/character/inventory/splitStackDialog/splitStackDialog.js b/app/client/views/character/inventory/splitStackDialog/splitStackDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/inventory/splitStackDialog/splitStackDialog.js
rename to app/client/views/character/inventory/splitStackDialog/splitStackDialog.js
diff --git a/rpg-docs/client/views/character/journal/classDialog/classDialog.html b/app/client/views/character/journal/classDialog/classDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/journal/classDialog/classDialog.html
rename to app/client/views/character/journal/classDialog/classDialog.html
diff --git a/rpg-docs/client/views/character/journal/classDialog/classDialog.js b/app/client/views/character/journal/classDialog/classDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/journal/classDialog/classDialog.js
rename to app/client/views/character/journal/classDialog/classDialog.js
diff --git a/rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.css b/app/client/views/character/journal/experienceDialog/experienceDialog.css
similarity index 100%
rename from rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.css
rename to app/client/views/character/journal/experienceDialog/experienceDialog.css
diff --git a/rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.html b/app/client/views/character/journal/experienceDialog/experienceDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.html
rename to app/client/views/character/journal/experienceDialog/experienceDialog.html
diff --git a/rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.js b/app/client/views/character/journal/experienceDialog/experienceDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.js
rename to app/client/views/character/journal/experienceDialog/experienceDialog.js
diff --git a/rpg-docs/client/views/character/journal/journal.css b/app/client/views/character/journal/journal.css
similarity index 100%
rename from rpg-docs/client/views/character/journal/journal.css
rename to app/client/views/character/journal/journal.css
diff --git a/rpg-docs/client/views/character/journal/journal.html b/app/client/views/character/journal/journal.html
similarity index 100%
rename from rpg-docs/client/views/character/journal/journal.html
rename to app/client/views/character/journal/journal.html
diff --git a/rpg-docs/client/views/character/journal/journal.js b/app/client/views/character/journal/journal.js
similarity index 100%
rename from rpg-docs/client/views/character/journal/journal.js
rename to app/client/views/character/journal/journal.js
diff --git a/rpg-docs/client/views/character/journal/noteDialog/noteDialog.css b/app/client/views/character/journal/noteDialog/noteDialog.css
similarity index 100%
rename from rpg-docs/client/views/character/journal/noteDialog/noteDialog.css
rename to app/client/views/character/journal/noteDialog/noteDialog.css
diff --git a/rpg-docs/client/views/character/journal/noteDialog/noteDialog.html b/app/client/views/character/journal/noteDialog/noteDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/journal/noteDialog/noteDialog.html
rename to app/client/views/character/journal/noteDialog/noteDialog.html
diff --git a/rpg-docs/client/views/character/journal/noteDialog/noteDialog.js b/app/client/views/character/journal/noteDialog/noteDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/journal/noteDialog/noteDialog.js
rename to app/client/views/character/journal/noteDialog/noteDialog.js
diff --git a/rpg-docs/client/views/character/journal/raceDialog/raceDialog.html b/app/client/views/character/journal/raceDialog/raceDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/journal/raceDialog/raceDialog.html
rename to app/client/views/character/journal/raceDialog/raceDialog.html
diff --git a/rpg-docs/client/views/character/journal/raceDialog/raceDialog.js b/app/client/views/character/journal/raceDialog/raceDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/journal/raceDialog/raceDialog.js
rename to app/client/views/character/journal/raceDialog/raceDialog.js
diff --git a/rpg-docs/client/views/character/newCharacterDialog/newCharacterDialog.html b/app/client/views/character/newCharacterDialog/newCharacterDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/newCharacterDialog/newCharacterDialog.html
rename to app/client/views/character/newCharacterDialog/newCharacterDialog.html
diff --git a/rpg-docs/client/views/character/newCharacterDialog/newCharacterDialog.js b/app/client/views/character/newCharacterDialog/newCharacterDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/newCharacterDialog/newCharacterDialog.js
rename to app/client/views/character/newCharacterDialog/newCharacterDialog.js
diff --git a/rpg-docs/client/views/character/newUserStepper/newUserStepper.css b/app/client/views/character/newUserStepper/newUserStepper.css
similarity index 100%
rename from rpg-docs/client/views/character/newUserStepper/newUserStepper.css
rename to app/client/views/character/newUserStepper/newUserStepper.css
diff --git a/rpg-docs/client/views/character/newUserStepper/newUserStepper.html b/app/client/views/character/newUserStepper/newUserStepper.html
similarity index 100%
rename from rpg-docs/client/views/character/newUserStepper/newUserStepper.html
rename to app/client/views/character/newUserStepper/newUserStepper.html
diff --git a/rpg-docs/client/views/character/newUserStepper/newUserStepper.js b/app/client/views/character/newUserStepper/newUserStepper.js
similarity index 100%
rename from rpg-docs/client/views/character/newUserStepper/newUserStepper.js
rename to app/client/views/character/newUserStepper/newUserStepper.js
diff --git a/rpg-docs/client/views/character/persona/backgroundDialog/backgroundDialog.html b/app/client/views/character/persona/backgroundDialog/backgroundDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/persona/backgroundDialog/backgroundDialog.html
rename to app/client/views/character/persona/backgroundDialog/backgroundDialog.html
diff --git a/rpg-docs/client/views/character/persona/backgroundDialog/backgroundDialog.js b/app/client/views/character/persona/backgroundDialog/backgroundDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/persona/backgroundDialog/backgroundDialog.js
rename to app/client/views/character/persona/backgroundDialog/backgroundDialog.js
diff --git a/rpg-docs/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.html b/app/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.html
rename to app/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.html
diff --git a/rpg-docs/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.js b/app/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.js
rename to app/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.js
diff --git a/rpg-docs/client/views/character/persona/persona.html b/app/client/views/character/persona/persona.html
similarity index 100%
rename from rpg-docs/client/views/character/persona/persona.html
rename to app/client/views/character/persona/persona.html
diff --git a/rpg-docs/client/views/character/persona/persona.js b/app/client/views/character/persona/persona.js
similarity index 100%
rename from rpg-docs/client/views/character/persona/persona.js
rename to app/client/views/character/persona/persona.js
diff --git a/rpg-docs/client/views/character/persona/textDialog/textDialog.html b/app/client/views/character/persona/textDialog/textDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/persona/textDialog/textDialog.html
rename to app/client/views/character/persona/textDialog/textDialog.html
diff --git a/rpg-docs/client/views/character/persona/textDialog/textDialog.js b/app/client/views/character/persona/textDialog/textDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/persona/textDialog/textDialog.js
rename to app/client/views/character/persona/textDialog/textDialog.js
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedAbility/printedAbility.css b/app/client/views/character/printedCharacterSheet/printedAbility/printedAbility.css
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedAbility/printedAbility.css
rename to app/client/views/character/printedCharacterSheet/printedAbility/printedAbility.css
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedAbility/printedAbility.html b/app/client/views/character/printedCharacterSheet/printedAbility/printedAbility.html
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedAbility/printedAbility.html
rename to app/client/views/character/printedCharacterSheet/printedAbility/printedAbility.html
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedAbility/printedAbility.js b/app/client/views/character/printedCharacterSheet/printedAbility/printedAbility.js
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedAbility/printedAbility.js
rename to app/client/views/character/printedCharacterSheet/printedAbility/printedAbility.js
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedAttack/printedAttack.html b/app/client/views/character/printedCharacterSheet/printedAttack/printedAttack.html
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedAttack/printedAttack.html
rename to app/client/views/character/printedCharacterSheet/printedAttack/printedAttack.html
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedAttack/printedAttack.js b/app/client/views/character/printedCharacterSheet/printedAttack/printedAttack.js
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedAttack/printedAttack.js
rename to app/client/views/character/printedCharacterSheet/printedAttack/printedAttack.js
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedCharacterSheet.css b/app/client/views/character/printedCharacterSheet/printedCharacterSheet.css
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedCharacterSheet.css
rename to app/client/views/character/printedCharacterSheet/printedCharacterSheet.css
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedCharacterSheet.html b/app/client/views/character/printedCharacterSheet/printedCharacterSheet.html
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedCharacterSheet.html
rename to app/client/views/character/printedCharacterSheet/printedCharacterSheet.html
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedCharacterSheet.js b/app/client/views/character/printedCharacterSheet/printedCharacterSheet.js
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedCharacterSheet.js
rename to app/client/views/character/printedCharacterSheet/printedCharacterSheet.js
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedLongStat/printedLongStat.css b/app/client/views/character/printedCharacterSheet/printedLongStat/printedLongStat.css
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedLongStat/printedLongStat.css
rename to app/client/views/character/printedCharacterSheet/printedLongStat/printedLongStat.css
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedLongStat/printedLongStat.html b/app/client/views/character/printedCharacterSheet/printedLongStat/printedLongStat.html
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedLongStat/printedLongStat.html
rename to app/client/views/character/printedCharacterSheet/printedLongStat/printedLongStat.html
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedLongStat/printedLongStat.js b/app/client/views/character/printedCharacterSheet/printedLongStat/printedLongStat.js
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedLongStat/printedLongStat.js
rename to app/client/views/character/printedCharacterSheet/printedLongStat/printedLongStat.js
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedProficiency/printedProficiency.css b/app/client/views/character/printedCharacterSheet/printedProficiency/printedProficiency.css
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedProficiency/printedProficiency.css
rename to app/client/views/character/printedCharacterSheet/printedProficiency/printedProficiency.css
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedProficiency/printedProficiency.html b/app/client/views/character/printedCharacterSheet/printedProficiency/printedProficiency.html
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedProficiency/printedProficiency.html
rename to app/client/views/character/printedCharacterSheet/printedProficiency/printedProficiency.html
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedProficiency/printedProficiency.js b/app/client/views/character/printedCharacterSheet/printedProficiency/printedProficiency.js
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedProficiency/printedProficiency.js
rename to app/client/views/character/printedCharacterSheet/printedProficiency/printedProficiency.js
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedSkillRow/printedSkillRow.css b/app/client/views/character/printedCharacterSheet/printedSkillRow/printedSkillRow.css
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedSkillRow/printedSkillRow.css
rename to app/client/views/character/printedCharacterSheet/printedSkillRow/printedSkillRow.css
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedSkillRow/printedSkillRow.html b/app/client/views/character/printedCharacterSheet/printedSkillRow/printedSkillRow.html
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedSkillRow/printedSkillRow.html
rename to app/client/views/character/printedCharacterSheet/printedSkillRow/printedSkillRow.html
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedSkillRow/printedSkillRow.js b/app/client/views/character/printedCharacterSheet/printedSkillRow/printedSkillRow.js
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedSkillRow/printedSkillRow.js
rename to app/client/views/character/printedCharacterSheet/printedSkillRow/printedSkillRow.js
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedSquareStat/printedSquareStat.css b/app/client/views/character/printedCharacterSheet/printedSquareStat/printedSquareStat.css
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedSquareStat/printedSquareStat.css
rename to app/client/views/character/printedCharacterSheet/printedSquareStat/printedSquareStat.css
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedSquareStat/printedSquareStat.html b/app/client/views/character/printedCharacterSheet/printedSquareStat/printedSquareStat.html
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedSquareStat/printedSquareStat.html
rename to app/client/views/character/printedCharacterSheet/printedSquareStat/printedSquareStat.html
diff --git a/rpg-docs/client/views/character/printedCharacterSheet/printedSquareStat/printedSquareStat.js b/app/client/views/character/printedCharacterSheet/printedSquareStat/printedSquareStat.js
similarity index 100%
rename from rpg-docs/client/views/character/printedCharacterSheet/printedSquareStat/printedSquareStat.js
rename to app/client/views/character/printedCharacterSheet/printedSquareStat/printedSquareStat.js
diff --git a/rpg-docs/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.html b/app/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.html
similarity index 100%
rename from rpg-docs/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.html
rename to app/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.html
diff --git a/rpg-docs/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.js b/app/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.js
similarity index 100%
rename from rpg-docs/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.js
rename to app/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.js
diff --git a/rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.html b/app/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.html
similarity index 100%
rename from rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.html
rename to app/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.html
diff --git a/rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.js b/app/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.js
similarity index 100%
rename from rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.js
rename to app/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.js
diff --git a/rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.html b/app/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.html
similarity index 100%
rename from rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.html
rename to app/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.html
diff --git a/rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.js b/app/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.js
similarity index 100%
rename from rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.js
rename to app/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.js
diff --git a/rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.html b/app/client/views/character/proficiencies/proficiencyView/proficiencyView.html
similarity index 100%
rename from rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.html
rename to app/client/views/character/proficiencies/proficiencyView/proficiencyView.html
diff --git a/rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.js b/app/client/views/character/proficiencies/proficiencyView/proficiencyView.js
similarity index 100%
rename from rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.js
rename to app/client/views/character/proficiencies/proficiencyView/proficiencyView.js
diff --git a/rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.html b/app/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.html
similarity index 100%
rename from rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.html
rename to app/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.html
diff --git a/rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.js b/app/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.js
similarity index 100%
rename from rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.js
rename to app/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.js
diff --git a/rpg-docs/client/views/character/spells/spellDialog/spellDialog.css b/app/client/views/character/spells/spellDialog/spellDialog.css
similarity index 100%
rename from rpg-docs/client/views/character/spells/spellDialog/spellDialog.css
rename to app/client/views/character/spells/spellDialog/spellDialog.css
diff --git a/rpg-docs/client/views/character/spells/spellDialog/spellDialog.html b/app/client/views/character/spells/spellDialog/spellDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/spells/spellDialog/spellDialog.html
rename to app/client/views/character/spells/spellDialog/spellDialog.html
diff --git a/rpg-docs/client/views/character/spells/spellDialog/spellDialog.js b/app/client/views/character/spells/spellDialog/spellDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/spells/spellDialog/spellDialog.js
rename to app/client/views/character/spells/spellDialog/spellDialog.js
diff --git a/rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.css b/app/client/views/character/spells/spellListDialog/spellListDialog.css
similarity index 100%
rename from rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.css
rename to app/client/views/character/spells/spellListDialog/spellListDialog.css
diff --git a/rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.html b/app/client/views/character/spells/spellListDialog/spellListDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.html
rename to app/client/views/character/spells/spellListDialog/spellListDialog.html
diff --git a/rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.js b/app/client/views/character/spells/spellListDialog/spellListDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.js
rename to app/client/views/character/spells/spellListDialog/spellListDialog.js
diff --git a/rpg-docs/client/views/character/spells/spells.css b/app/client/views/character/spells/spells.css
similarity index 100%
rename from rpg-docs/client/views/character/spells/spells.css
rename to app/client/views/character/spells/spells.css
diff --git a/rpg-docs/client/views/character/spells/spells.html b/app/client/views/character/spells/spells.html
similarity index 100%
rename from rpg-docs/client/views/character/spells/spells.html
rename to app/client/views/character/spells/spells.html
diff --git a/rpg-docs/client/views/character/spells/spells.js b/app/client/views/character/spells/spells.js
similarity index 100%
rename from rpg-docs/client/views/character/spells/spells.js
rename to app/client/views/character/spells/spells.js
diff --git a/rpg-docs/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.css b/app/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.css
similarity index 100%
rename from rpg-docs/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.css
rename to app/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.css
diff --git a/rpg-docs/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.html b/app/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.html
rename to app/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.html
diff --git a/rpg-docs/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.js b/app/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.js
rename to app/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.js
diff --git a/rpg-docs/client/views/character/stats/abilityCards/abilityCards.css b/app/client/views/character/stats/abilityCards/abilityCards.css
similarity index 100%
rename from rpg-docs/client/views/character/stats/abilityCards/abilityCards.css
rename to app/client/views/character/stats/abilityCards/abilityCards.css
diff --git a/rpg-docs/client/views/character/stats/abilityCards/abilityCards.html b/app/client/views/character/stats/abilityCards/abilityCards.html
similarity index 100%
rename from rpg-docs/client/views/character/stats/abilityCards/abilityCards.html
rename to app/client/views/character/stats/abilityCards/abilityCards.html
diff --git a/rpg-docs/client/views/character/stats/abilityCards/abilityCards.js b/app/client/views/character/stats/abilityCards/abilityCards.js
similarity index 100%
rename from rpg-docs/client/views/character/stats/abilityCards/abilityCards.js
rename to app/client/views/character/stats/abilityCards/abilityCards.js
diff --git a/rpg-docs/client/views/character/stats/addEHPDialog/addEHPDialog.html b/app/client/views/character/stats/addEHPDialog/addEHPDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/stats/addEHPDialog/addEHPDialog.html
rename to app/client/views/character/stats/addEHPDialog/addEHPDialog.html
diff --git a/rpg-docs/client/views/character/stats/addEHPDialog/addEHPDialog.js b/app/client/views/character/stats/addEHPDialog/addEHPDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/stats/addEHPDialog/addEHPDialog.js
rename to app/client/views/character/stats/addEHPDialog/addEHPDialog.js
diff --git a/rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.html b/app/client/views/character/stats/attributeDialog/attributeDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.html
rename to app/client/views/character/stats/attributeDialog/attributeDialog.html
diff --git a/rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.js b/app/client/views/character/stats/attributeDialog/attributeDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.js
rename to app/client/views/character/stats/attributeDialog/attributeDialog.js
diff --git a/rpg-docs/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.html b/app/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.html
rename to app/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.html
diff --git a/rpg-docs/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.js b/app/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.js
rename to app/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.js
diff --git a/rpg-docs/client/views/character/stats/carryCapacityTable/carryCapacityTable.html b/app/client/views/character/stats/carryCapacityTable/carryCapacityTable.html
similarity index 100%
rename from rpg-docs/client/views/character/stats/carryCapacityTable/carryCapacityTable.html
rename to app/client/views/character/stats/carryCapacityTable/carryCapacityTable.html
diff --git a/rpg-docs/client/views/character/stats/healthCard/healthCard.css b/app/client/views/character/stats/healthCard/healthCard.css
similarity index 100%
rename from rpg-docs/client/views/character/stats/healthCard/healthCard.css
rename to app/client/views/character/stats/healthCard/healthCard.css
diff --git a/rpg-docs/client/views/character/stats/healthCard/healthCard.html b/app/client/views/character/stats/healthCard/healthCard.html
similarity index 100%
rename from rpg-docs/client/views/character/stats/healthCard/healthCard.html
rename to app/client/views/character/stats/healthCard/healthCard.html
diff --git a/rpg-docs/client/views/character/stats/healthCard/healthCard.js b/app/client/views/character/stats/healthCard/healthCard.js
similarity index 100%
rename from rpg-docs/client/views/character/stats/healthCard/healthCard.js
rename to app/client/views/character/stats/healthCard/healthCard.js
diff --git a/rpg-docs/client/views/character/stats/hitDice/hitDice.html b/app/client/views/character/stats/hitDice/hitDice.html
similarity index 100%
rename from rpg-docs/client/views/character/stats/hitDice/hitDice.html
rename to app/client/views/character/stats/hitDice/hitDice.html
diff --git a/rpg-docs/client/views/character/stats/hitDice/hitDice.js b/app/client/views/character/stats/hitDice/hitDice.js
similarity index 100%
rename from rpg-docs/client/views/character/stats/hitDice/hitDice.js
rename to app/client/views/character/stats/hitDice/hitDice.js
diff --git a/rpg-docs/client/views/character/stats/skillDialog/skillDialog.css b/app/client/views/character/stats/skillDialog/skillDialog.css
similarity index 100%
rename from rpg-docs/client/views/character/stats/skillDialog/skillDialog.css
rename to app/client/views/character/stats/skillDialog/skillDialog.css
diff --git a/rpg-docs/client/views/character/stats/skillDialog/skillDialog.html b/app/client/views/character/stats/skillDialog/skillDialog.html
similarity index 100%
rename from rpg-docs/client/views/character/stats/skillDialog/skillDialog.html
rename to app/client/views/character/stats/skillDialog/skillDialog.html
diff --git a/rpg-docs/client/views/character/stats/skillDialog/skillDialog.js b/app/client/views/character/stats/skillDialog/skillDialog.js
similarity index 100%
rename from rpg-docs/client/views/character/stats/skillDialog/skillDialog.js
rename to app/client/views/character/stats/skillDialog/skillDialog.js
diff --git a/rpg-docs/client/views/character/stats/skillRow/skillRow.css b/app/client/views/character/stats/skillRow/skillRow.css
similarity index 100%
rename from rpg-docs/client/views/character/stats/skillRow/skillRow.css
rename to app/client/views/character/stats/skillRow/skillRow.css
diff --git a/rpg-docs/client/views/character/stats/skillRow/skillRow.html b/app/client/views/character/stats/skillRow/skillRow.html
similarity index 100%
rename from rpg-docs/client/views/character/stats/skillRow/skillRow.html
rename to app/client/views/character/stats/skillRow/skillRow.html
diff --git a/rpg-docs/client/views/character/stats/skillRow/skillRow.js b/app/client/views/character/stats/skillRow/skillRow.js
similarity index 100%
rename from rpg-docs/client/views/character/stats/skillRow/skillRow.js
rename to app/client/views/character/stats/skillRow/skillRow.js
diff --git a/rpg-docs/client/views/character/stats/statCard/statCard.css b/app/client/views/character/stats/statCard/statCard.css
similarity index 100%
rename from rpg-docs/client/views/character/stats/statCard/statCard.css
rename to app/client/views/character/stats/statCard/statCard.css
diff --git a/rpg-docs/client/views/character/stats/statCard/statCard.html b/app/client/views/character/stats/statCard/statCard.html
similarity index 100%
rename from rpg-docs/client/views/character/stats/statCard/statCard.html
rename to app/client/views/character/stats/statCard/statCard.html
diff --git a/rpg-docs/client/views/character/stats/statCard/statCard.js b/app/client/views/character/stats/statCard/statCard.js
similarity index 100%
rename from rpg-docs/client/views/character/stats/statCard/statCard.js
rename to app/client/views/character/stats/statCard/statCard.js
diff --git a/rpg-docs/client/views/character/stats/stats.css b/app/client/views/character/stats/stats.css
similarity index 100%
rename from rpg-docs/client/views/character/stats/stats.css
rename to app/client/views/character/stats/stats.css
diff --git a/rpg-docs/client/views/character/stats/stats.html b/app/client/views/character/stats/stats.html
similarity index 100%
rename from rpg-docs/client/views/character/stats/stats.html
rename to app/client/views/character/stats/stats.html
diff --git a/rpg-docs/client/views/character/stats/stats.js b/app/client/views/character/stats/stats.js
similarity index 100%
rename from rpg-docs/client/views/character/stats/stats.js
rename to app/client/views/character/stats/stats.js
diff --git a/rpg-docs/client/views/characterList/characterList.css b/app/client/views/characterList/characterList.css
similarity index 100%
rename from rpg-docs/client/views/characterList/characterList.css
rename to app/client/views/characterList/characterList.css
diff --git a/rpg-docs/client/views/characterList/characterList.html b/app/client/views/characterList/characterList.html
similarity index 100%
rename from rpg-docs/client/views/characterList/characterList.html
rename to app/client/views/characterList/characterList.html
diff --git a/rpg-docs/client/views/characterList/characterList.js b/app/client/views/characterList/characterList.js
similarity index 100%
rename from rpg-docs/client/views/characterList/characterList.js
rename to app/client/views/characterList/characterList.js
diff --git a/rpg-docs/client/views/characterList/characterPicker/characterPicker.css b/app/client/views/characterList/characterPicker/characterPicker.css
similarity index 100%
rename from rpg-docs/client/views/characterList/characterPicker/characterPicker.css
rename to app/client/views/characterList/characterPicker/characterPicker.css
diff --git a/rpg-docs/client/views/characterList/characterPicker/characterPicker.html b/app/client/views/characterList/characterPicker/characterPicker.html
similarity index 100%
rename from rpg-docs/client/views/characterList/characterPicker/characterPicker.html
rename to app/client/views/characterList/characterPicker/characterPicker.html
diff --git a/rpg-docs/client/views/characterList/characterPicker/characterPicker.js b/app/client/views/characterList/characterPicker/characterPicker.js
similarity index 100%
rename from rpg-docs/client/views/characterList/characterPicker/characterPicker.js
rename to app/client/views/characterList/characterPicker/characterPicker.js
diff --git a/rpg-docs/client/views/characterList/characterSideList.css b/app/client/views/characterList/characterSideList.css
similarity index 100%
rename from rpg-docs/client/views/characterList/characterSideList.css
rename to app/client/views/characterList/characterSideList.css
diff --git a/rpg-docs/client/views/characterList/characterSideList.html b/app/client/views/characterList/characterSideList.html
similarity index 100%
rename from rpg-docs/client/views/characterList/characterSideList.html
rename to app/client/views/characterList/characterSideList.html
diff --git a/rpg-docs/client/views/characterList/characterSideList.js b/app/client/views/characterList/characterSideList.js
similarity index 100%
rename from rpg-docs/client/views/characterList/characterSideList.js
rename to app/client/views/characterList/characterSideList.js
diff --git a/rpg-docs/client/views/characterList/partyDialog/partyDialog.css b/app/client/views/characterList/partyDialog/partyDialog.css
similarity index 100%
rename from rpg-docs/client/views/characterList/partyDialog/partyDialog.css
rename to app/client/views/characterList/partyDialog/partyDialog.css
diff --git a/rpg-docs/client/views/characterList/partyDialog/partyDialog.html b/app/client/views/characterList/partyDialog/partyDialog.html
similarity index 100%
rename from rpg-docs/client/views/characterList/partyDialog/partyDialog.html
rename to app/client/views/characterList/partyDialog/partyDialog.html
diff --git a/rpg-docs/client/views/characterList/partyDialog/partyDialog.js b/app/client/views/characterList/partyDialog/partyDialog.js
similarity index 100%
rename from rpg-docs/client/views/characterList/partyDialog/partyDialog.js
rename to app/client/views/characterList/partyDialog/partyDialog.js
diff --git a/rpg-docs/client/views/feedback/feedback.html b/app/client/views/feedback/feedback.html
similarity index 100%
rename from rpg-docs/client/views/feedback/feedback.html
rename to app/client/views/feedback/feedback.html
diff --git a/rpg-docs/client/views/feedback/feedback.js b/app/client/views/feedback/feedback.js
similarity index 100%
rename from rpg-docs/client/views/feedback/feedback.js
rename to app/client/views/feedback/feedback.js
diff --git a/rpg-docs/client/views/guide/guide.css b/app/client/views/guide/guide.css
similarity index 100%
rename from rpg-docs/client/views/guide/guide.css
rename to app/client/views/guide/guide.css
diff --git a/rpg-docs/client/views/guide/guide.html b/app/client/views/guide/guide.html
similarity index 100%
rename from rpg-docs/client/views/guide/guide.html
rename to app/client/views/guide/guide.html
diff --git a/rpg-docs/client/views/home/home.html b/app/client/views/home/home.html
similarity index 100%
rename from rpg-docs/client/views/home/home.html
rename to app/client/views/home/home.html
diff --git a/rpg-docs/client/views/home/home.js b/app/client/views/home/home.js
similarity index 100%
rename from rpg-docs/client/views/home/home.js
rename to app/client/views/home/home.js
diff --git a/rpg-docs/client/views/home/intro/intro.css b/app/client/views/home/intro/intro.css
similarity index 100%
rename from rpg-docs/client/views/home/intro/intro.css
rename to app/client/views/home/intro/intro.css
diff --git a/rpg-docs/client/views/home/intro/intro.html b/app/client/views/home/intro/intro.html
similarity index 100%
rename from rpg-docs/client/views/home/intro/intro.html
rename to app/client/views/home/intro/intro.html
diff --git a/rpg-docs/client/views/layout/head.html b/app/client/views/layout/head.html
similarity index 100%
rename from rpg-docs/client/views/layout/head.html
rename to app/client/views/layout/head.html
diff --git a/rpg-docs/client/views/layout/layout.css b/app/client/views/layout/layout.css
similarity index 100%
rename from rpg-docs/client/views/layout/layout.css
rename to app/client/views/layout/layout.css
diff --git a/rpg-docs/client/views/layout/layout.html b/app/client/views/layout/layout.html
similarity index 100%
rename from rpg-docs/client/views/layout/layout.html
rename to app/client/views/layout/layout.html
diff --git a/rpg-docs/client/views/layout/layout.js b/app/client/views/layout/layout.js
similarity index 100%
rename from rpg-docs/client/views/layout/layout.js
rename to app/client/views/layout/layout.js
diff --git a/rpg-docs/client/views/layout/testLayout.html b/app/client/views/layout/testLayout.html
similarity index 100%
rename from rpg-docs/client/views/layout/testLayout.html
rename to app/client/views/layout/testLayout.html
diff --git a/rpg-docs/client/views/library/itemLibrary/itemLibrary.html b/app/client/views/library/itemLibrary/itemLibrary.html
similarity index 100%
rename from rpg-docs/client/views/library/itemLibrary/itemLibrary.html
rename to app/client/views/library/itemLibrary/itemLibrary.html
diff --git a/rpg-docs/client/views/library/itemLibrary/itemLibrary.js b/app/client/views/library/itemLibrary/itemLibrary.js
similarity index 100%
rename from rpg-docs/client/views/library/itemLibrary/itemLibrary.js
rename to app/client/views/library/itemLibrary/itemLibrary.js
diff --git a/rpg-docs/client/views/library/library.html b/app/client/views/library/library.html
similarity index 100%
rename from rpg-docs/client/views/library/library.html
rename to app/client/views/library/library.html
diff --git a/rpg-docs/client/views/loading/loading.css b/app/client/views/loading/loading.css
similarity index 100%
rename from rpg-docs/client/views/loading/loading.css
rename to app/client/views/loading/loading.css
diff --git a/rpg-docs/client/views/loading/loading.html b/app/client/views/loading/loading.html
similarity index 100%
rename from rpg-docs/client/views/loading/loading.html
rename to app/client/views/loading/loading.html
diff --git a/rpg-docs/client/views/loading/loading.js b/app/client/views/loading/loading.js
similarity index 100%
rename from rpg-docs/client/views/loading/loading.js
rename to app/client/views/loading/loading.js
diff --git a/rpg-docs/client/views/meta/changeLog/changeLog.html b/app/client/views/meta/changeLog/changeLog.html
similarity index 100%
rename from rpg-docs/client/views/meta/changeLog/changeLog.html
rename to app/client/views/meta/changeLog/changeLog.html
diff --git a/rpg-docs/client/views/meta/error/error.html b/app/client/views/meta/error/error.html
similarity index 100%
rename from rpg-docs/client/views/meta/error/error.html
rename to app/client/views/meta/error/error.html
diff --git a/rpg-docs/client/views/meta/error/error.js b/app/client/views/meta/error/error.js
similarity index 100%
rename from rpg-docs/client/views/meta/error/error.js
rename to app/client/views/meta/error/error.js
diff --git a/rpg-docs/client/views/notFound/notFound.html b/app/client/views/notFound/notFound.html
similarity index 100%
rename from rpg-docs/client/views/notFound/notFound.html
rename to app/client/views/notFound/notFound.html
diff --git a/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.css b/app/client/views/paperTemplates/baseDialog/baseDialog.css
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.css
rename to app/client/views/paperTemplates/baseDialog/baseDialog.css
diff --git a/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.html b/app/client/views/paperTemplates/baseDialog/baseDialog.html
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.html
rename to app/client/views/paperTemplates/baseDialog/baseDialog.html
diff --git a/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.js b/app/client/views/paperTemplates/baseDialog/baseDialog.js
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.js
rename to app/client/views/paperTemplates/baseDialog/baseDialog.js
diff --git a/rpg-docs/client/views/paperTemplates/baseEditDialog/baseEditDialog.html b/app/client/views/paperTemplates/baseEditDialog/baseEditDialog.html
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/baseEditDialog/baseEditDialog.html
rename to app/client/views/paperTemplates/baseEditDialog/baseEditDialog.html
diff --git a/rpg-docs/client/views/paperTemplates/baseEditDialog/baseEditDialog.js b/app/client/views/paperTemplates/baseEditDialog/baseEditDialog.js
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/baseEditDialog/baseEditDialog.js
rename to app/client/views/paperTemplates/baseEditDialog/baseEditDialog.js
diff --git a/rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.css b/app/client/views/paperTemplates/colorDropdown/colorDropdown.css
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.css
rename to app/client/views/paperTemplates/colorDropdown/colorDropdown.css
diff --git a/rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.html b/app/client/views/paperTemplates/colorDropdown/colorDropdown.html
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.html
rename to app/client/views/paperTemplates/colorDropdown/colorDropdown.html
diff --git a/rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.js b/app/client/views/paperTemplates/colorDropdown/colorDropdown.js
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.js
rename to app/client/views/paperTemplates/colorDropdown/colorDropdown.js
diff --git a/rpg-docs/client/views/paperTemplates/dialogStack/dialogStack.css b/app/client/views/paperTemplates/dialogStack/dialogStack.css
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/dialogStack/dialogStack.css
rename to app/client/views/paperTemplates/dialogStack/dialogStack.css
diff --git a/rpg-docs/client/views/paperTemplates/dialogStack/dialogStack.html b/app/client/views/paperTemplates/dialogStack/dialogStack.html
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/dialogStack/dialogStack.html
rename to app/client/views/paperTemplates/dialogStack/dialogStack.html
diff --git a/rpg-docs/client/views/paperTemplates/dialogStack/dialogStack.js b/app/client/views/paperTemplates/dialogStack/dialogStack.js
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/dialogStack/dialogStack.js
rename to app/client/views/paperTemplates/dialogStack/dialogStack.js
diff --git a/rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.css b/app/client/views/paperTemplates/fabMenu/fabMenu.css
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.css
rename to app/client/views/paperTemplates/fabMenu/fabMenu.css
diff --git a/rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.html b/app/client/views/paperTemplates/fabMenu/fabMenu.html
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.html
rename to app/client/views/paperTemplates/fabMenu/fabMenu.html
diff --git a/rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.js b/app/client/views/paperTemplates/fabMenu/fabMenu.js
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.js
rename to app/client/views/paperTemplates/fabMenu/fabMenu.js
diff --git a/rpg-docs/client/views/paperTemplates/gridPadding/gridPadding.html b/app/client/views/paperTemplates/gridPadding/gridPadding.html
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/gridPadding/gridPadding.html
rename to app/client/views/paperTemplates/gridPadding/gridPadding.html
diff --git a/rpg-docs/client/views/paperTemplates/gridPadding/gridPadding.js b/app/client/views/paperTemplates/gridPadding/gridPadding.js
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/gridPadding/gridPadding.js
rename to app/client/views/paperTemplates/gridPadding/gridPadding.js
diff --git a/rpg-docs/client/views/paperTemplates/infoBox/infoBox.css b/app/client/views/paperTemplates/infoBox/infoBox.css
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/infoBox/infoBox.css
rename to app/client/views/paperTemplates/infoBox/infoBox.css
diff --git a/rpg-docs/client/views/paperTemplates/infoBox/infoBox.html b/app/client/views/paperTemplates/infoBox/infoBox.html
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/infoBox/infoBox.html
rename to app/client/views/paperTemplates/infoBox/infoBox.html
diff --git a/rpg-docs/client/views/paperTemplates/inputSuffixes/inputSuffixes.css b/app/client/views/paperTemplates/inputSuffixes/inputSuffixes.css
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/inputSuffixes/inputSuffixes.css
rename to app/client/views/paperTemplates/inputSuffixes/inputSuffixes.css
diff --git a/rpg-docs/client/views/paperTemplates/inputSuffixes/inputSuffixes.html b/app/client/views/paperTemplates/inputSuffixes/inputSuffixes.html
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/inputSuffixes/inputSuffixes.html
rename to app/client/views/paperTemplates/inputSuffixes/inputSuffixes.html
diff --git a/rpg-docs/client/views/paperTemplates/ripple/ripple.css b/app/client/views/paperTemplates/ripple/ripple.css
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/ripple/ripple.css
rename to app/client/views/paperTemplates/ripple/ripple.css
diff --git a/rpg-docs/client/views/paperTemplates/ripple/ripple.html b/app/client/views/paperTemplates/ripple/ripple.html
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/ripple/ripple.html
rename to app/client/views/paperTemplates/ripple/ripple.html
diff --git a/rpg-docs/client/views/paperTemplates/simpleTooltip/simpleTooltip.css b/app/client/views/paperTemplates/simpleTooltip/simpleTooltip.css
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/simpleTooltip/simpleTooltip.css
rename to app/client/views/paperTemplates/simpleTooltip/simpleTooltip.css
diff --git a/rpg-docs/client/views/paperTemplates/simpleTooltip/simpleTooltip.html b/app/client/views/paperTemplates/simpleTooltip/simpleTooltip.html
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/simpleTooltip/simpleTooltip.html
rename to app/client/views/paperTemplates/simpleTooltip/simpleTooltip.html
diff --git a/rpg-docs/client/views/paperTemplates/undoToast/undoToast.html b/app/client/views/paperTemplates/undoToast/undoToast.html
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/undoToast/undoToast.html
rename to app/client/views/paperTemplates/undoToast/undoToast.html
diff --git a/rpg-docs/client/views/paperTemplates/undoToast/undoToast.js b/app/client/views/paperTemplates/undoToast/undoToast.js
similarity index 100%
rename from rpg-docs/client/views/paperTemplates/undoToast/undoToast.js
rename to app/client/views/paperTemplates/undoToast/undoToast.js
diff --git a/rpg-docs/client/views/user/profile/profile.css b/app/client/views/user/profile/profile.css
similarity index 100%
rename from rpg-docs/client/views/user/profile/profile.css
rename to app/client/views/user/profile/profile.css
diff --git a/rpg-docs/client/views/user/profile/profile.html b/app/client/views/user/profile/profile.html
similarity index 100%
rename from rpg-docs/client/views/user/profile/profile.html
rename to app/client/views/user/profile/profile.html
diff --git a/rpg-docs/client/views/user/profile/profile.js b/app/client/views/user/profile/profile.js
similarity index 100%
rename from rpg-docs/client/views/user/profile/profile.js
rename to app/client/views/user/profile/profile.js
diff --git a/rpg-docs/client/views/user/profile/userNameDialog/usernameDialog.html b/app/client/views/user/profile/userNameDialog/usernameDialog.html
similarity index 100%
rename from rpg-docs/client/views/user/profile/userNameDialog/usernameDialog.html
rename to app/client/views/user/profile/userNameDialog/usernameDialog.html
diff --git a/rpg-docs/client/views/user/profile/userNameDialog/usernameDialog.js b/app/client/views/user/profile/userNameDialog/usernameDialog.js
similarity index 100%
rename from rpg-docs/client/views/user/profile/userNameDialog/usernameDialog.js
rename to app/client/views/user/profile/userNameDialog/usernameDialog.js
diff --git a/rpg-docs/client/views/user/signIn/signIn.html b/app/client/views/user/signIn/signIn.html
similarity index 100%
rename from rpg-docs/client/views/user/signIn/signIn.html
rename to app/client/views/user/signIn/signIn.html
diff --git a/rpg-docs/client/views/user/signIn/signIn.js b/app/client/views/user/signIn/signIn.js
similarity index 100%
rename from rpg-docs/client/views/user/signIn/signIn.js
rename to app/client/views/user/signIn/signIn.js
diff --git a/rpg-docs/client/views/user/titledAtForm/titledAtForm.html b/app/client/views/user/titledAtForm/titledAtForm.html
similarity index 100%
rename from rpg-docs/client/views/user/titledAtForm/titledAtForm.html
rename to app/client/views/user/titledAtForm/titledAtForm.html
diff --git a/rpg-docs/config.vulcanize b/app/config.vulcanize
similarity index 100%
rename from rpg-docs/config.vulcanize
rename to app/config.vulcanize
diff --git a/rpg-docs/lib/constants/Schemas.js b/app/lib/constants/Schemas.js
similarity index 100%
rename from rpg-docs/lib/constants/Schemas.js
rename to app/lib/constants/Schemas.js
diff --git a/rpg-docs/lib/constants/abilities.js b/app/lib/constants/abilities.js
similarity index 100%
rename from rpg-docs/lib/constants/abilities.js
rename to app/lib/constants/abilities.js
diff --git a/rpg-docs/lib/constants/appName.js b/app/lib/constants/appName.js
similarity index 100%
rename from rpg-docs/lib/constants/appName.js
rename to app/lib/constants/appName.js
diff --git a/rpg-docs/lib/constants/attributes.js b/app/lib/constants/attributes.js
similarity index 100%
rename from rpg-docs/lib/constants/attributes.js
rename to app/lib/constants/attributes.js
diff --git a/rpg-docs/lib/constants/characterAssetAllowDeny.js b/app/lib/constants/characterAssetAllowDeny.js
similarity index 100%
rename from rpg-docs/lib/constants/characterAssetAllowDeny.js
rename to app/lib/constants/characterAssetAllowDeny.js
diff --git a/rpg-docs/lib/constants/colorOptions.js b/app/lib/constants/colorOptions.js
similarity index 100%
rename from rpg-docs/lib/constants/colorOptions.js
rename to app/lib/constants/colorOptions.js
diff --git a/rpg-docs/lib/constants/damageDice.js b/app/lib/constants/damageDice.js
similarity index 100%
rename from rpg-docs/lib/constants/damageDice.js
rename to app/lib/constants/damageDice.js
diff --git a/rpg-docs/lib/constants/damageTypes.js b/app/lib/constants/damageTypes.js
similarity index 100%
rename from rpg-docs/lib/constants/damageTypes.js
rename to app/lib/constants/damageTypes.js
diff --git a/rpg-docs/lib/constants/magicSchools.js b/app/lib/constants/magicSchools.js
similarity index 100%
rename from rpg-docs/lib/constants/magicSchools.js
rename to app/lib/constants/magicSchools.js
diff --git a/rpg-docs/lib/constants/saves.js b/app/lib/constants/saves.js
similarity index 100%
rename from rpg-docs/lib/constants/saves.js
rename to app/lib/constants/saves.js
diff --git a/rpg-docs/lib/constants/skills.js b/app/lib/constants/skills.js
similarity index 100%
rename from rpg-docs/lib/constants/skills.js
rename to app/lib/constants/skills.js
diff --git a/rpg-docs/lib/constants/statOrder.js b/app/lib/constants/statOrder.js
similarity index 100%
rename from rpg-docs/lib/constants/statOrder.js
rename to app/lib/constants/statOrder.js
diff --git a/rpg-docs/lib/constants/subsManager.js b/app/lib/constants/subsManager.js
similarity index 100%
rename from rpg-docs/lib/constants/subsManager.js
rename to app/lib/constants/subsManager.js
diff --git a/rpg-docs/lib/constants/useraccountsConfig.js b/app/lib/constants/useraccountsConfig.js
similarity index 100%
rename from rpg-docs/lib/constants/useraccountsConfig.js
rename to app/lib/constants/useraccountsConfig.js
diff --git a/rpg-docs/lib/constants/xpTable.js b/app/lib/constants/xpTable.js
similarity index 100%
rename from rpg-docs/lib/constants/xpTable.js
rename to app/lib/constants/xpTable.js
diff --git a/rpg-docs/lib/dice/roll.js b/app/lib/dice/roll.js
similarity index 100%
rename from rpg-docs/lib/dice/roll.js
rename to app/lib/dice/roll.js
diff --git a/rpg-docs/lib/functions/characterExport.js b/app/lib/functions/characterExport.js
similarity index 100%
rename from rpg-docs/lib/functions/characterExport.js
rename to app/lib/functions/characterExport.js
diff --git a/rpg-docs/lib/functions/characterUtility.js b/app/lib/functions/characterUtility.js
similarity index 100%
rename from rpg-docs/lib/functions/characterUtility.js
rename to app/lib/functions/characterUtility.js
diff --git a/rpg-docs/lib/functions/computeCharacter.js b/app/lib/functions/computeCharacter.js
similarity index 100%
rename from rpg-docs/lib/functions/computeCharacter.js
rename to app/lib/functions/computeCharacter.js
diff --git a/rpg-docs/lib/functions/evaluate.js b/app/lib/functions/evaluate.js
similarity index 100%
rename from rpg-docs/lib/functions/evaluate.js
rename to app/lib/functions/evaluate.js
diff --git a/rpg-docs/lib/functions/parenting.js b/app/lib/functions/parenting.js
similarity index 100%
rename from rpg-docs/lib/functions/parenting.js
rename to app/lib/functions/parenting.js
diff --git a/rpg-docs/lib/functions/permissions.js b/app/lib/functions/permissions.js
similarity index 100%
rename from rpg-docs/lib/functions/permissions.js
rename to app/lib/functions/permissions.js
diff --git a/rpg-docs/lib/functions/pointBuy.js b/app/lib/functions/pointBuy.js
similarity index 100%
rename from rpg-docs/lib/functions/pointBuy.js
rename to app/lib/functions/pointBuy.js
diff --git a/rpg-docs/lib/functions/preventLoop.js b/app/lib/functions/preventLoop.js
similarity index 100%
rename from rpg-docs/lib/functions/preventLoop.js
rename to app/lib/functions/preventLoop.js
diff --git a/rpg-docs/lib/functions/shareCharacter.js b/app/lib/functions/shareCharacter.js
similarity index 100%
rename from rpg-docs/lib/functions/shareCharacter.js
rename to app/lib/functions/shareCharacter.js
diff --git a/rpg-docs/lib/functions/updatePolymerInputs.js b/app/lib/functions/updatePolymerInputs.js
similarity index 100%
rename from rpg-docs/lib/functions/updatePolymerInputs.js
rename to app/lib/functions/updatePolymerInputs.js
diff --git a/rpg-docs/lib/functions/vMixExport.js b/app/lib/functions/vMixExport.js
similarity index 100%
rename from rpg-docs/lib/functions/vMixExport.js
rename to app/lib/functions/vMixExport.js
diff --git a/rpg-docs/lib/memoize/memoize.js b/app/lib/memoize/memoize.js
similarity index 100%
rename from rpg-docs/lib/memoize/memoize.js
rename to app/lib/memoize/memoize.js
diff --git a/rpg-docs/lib/methods/conditions.js b/app/lib/methods/conditions.js
similarity index 100%
rename from rpg-docs/lib/methods/conditions.js
rename to app/lib/methods/conditions.js
diff --git a/rpg-docs/lib/methods/removeMeFromReaders.js b/app/lib/methods/removeMeFromReaders.js
similarity index 100%
rename from rpg-docs/lib/methods/removeMeFromReaders.js
rename to app/lib/methods/removeMeFromReaders.js
diff --git a/rpg-docs/package-lock.json b/app/package-lock.json
similarity index 100%
rename from rpg-docs/package-lock.json
rename to app/package-lock.json
diff --git a/rpg-docs/package.json b/app/package.json
similarity index 100%
rename from rpg-docs/package.json
rename to app/package.json
diff --git a/rpg-docs/private/changeLogs/changeLogs.js b/app/private/changeLogs/changeLogs.js
similarity index 100%
rename from rpg-docs/private/changeLogs/changeLogs.js
rename to app/private/changeLogs/changeLogs.js
diff --git a/rpg-docs/public/android-chrome-144x144.png b/app/public/android-chrome-144x144.png
similarity index 100%
rename from rpg-docs/public/android-chrome-144x144.png
rename to app/public/android-chrome-144x144.png
diff --git a/rpg-docs/public/android-chrome-192x192.png b/app/public/android-chrome-192x192.png
similarity index 100%
rename from rpg-docs/public/android-chrome-192x192.png
rename to app/public/android-chrome-192x192.png
diff --git a/rpg-docs/public/android-chrome-36x36.png b/app/public/android-chrome-36x36.png
similarity index 100%
rename from rpg-docs/public/android-chrome-36x36.png
rename to app/public/android-chrome-36x36.png
diff --git a/rpg-docs/public/android-chrome-48x48.png b/app/public/android-chrome-48x48.png
similarity index 100%
rename from rpg-docs/public/android-chrome-48x48.png
rename to app/public/android-chrome-48x48.png
diff --git a/rpg-docs/public/android-chrome-72x72.png b/app/public/android-chrome-72x72.png
similarity index 100%
rename from rpg-docs/public/android-chrome-72x72.png
rename to app/public/android-chrome-72x72.png
diff --git a/rpg-docs/public/android-chrome-96x96.png b/app/public/android-chrome-96x96.png
similarity index 100%
rename from rpg-docs/public/android-chrome-96x96.png
rename to app/public/android-chrome-96x96.png
diff --git a/rpg-docs/public/apple-touch-icon-114x114.png b/app/public/apple-touch-icon-114x114.png
similarity index 100%
rename from rpg-docs/public/apple-touch-icon-114x114.png
rename to app/public/apple-touch-icon-114x114.png
diff --git a/rpg-docs/public/apple-touch-icon-120x120.png b/app/public/apple-touch-icon-120x120.png
similarity index 100%
rename from rpg-docs/public/apple-touch-icon-120x120.png
rename to app/public/apple-touch-icon-120x120.png
diff --git a/rpg-docs/public/apple-touch-icon-144x144.png b/app/public/apple-touch-icon-144x144.png
similarity index 100%
rename from rpg-docs/public/apple-touch-icon-144x144.png
rename to app/public/apple-touch-icon-144x144.png
diff --git a/rpg-docs/public/apple-touch-icon-152x152.png b/app/public/apple-touch-icon-152x152.png
similarity index 100%
rename from rpg-docs/public/apple-touch-icon-152x152.png
rename to app/public/apple-touch-icon-152x152.png
diff --git a/rpg-docs/public/apple-touch-icon-180x180.png b/app/public/apple-touch-icon-180x180.png
similarity index 100%
rename from rpg-docs/public/apple-touch-icon-180x180.png
rename to app/public/apple-touch-icon-180x180.png
diff --git a/rpg-docs/public/apple-touch-icon-57x57.png b/app/public/apple-touch-icon-57x57.png
similarity index 100%
rename from rpg-docs/public/apple-touch-icon-57x57.png
rename to app/public/apple-touch-icon-57x57.png
diff --git a/rpg-docs/public/apple-touch-icon-60x60.png b/app/public/apple-touch-icon-60x60.png
similarity index 100%
rename from rpg-docs/public/apple-touch-icon-60x60.png
rename to app/public/apple-touch-icon-60x60.png
diff --git a/rpg-docs/public/apple-touch-icon-72x72.png b/app/public/apple-touch-icon-72x72.png
similarity index 100%
rename from rpg-docs/public/apple-touch-icon-72x72.png
rename to app/public/apple-touch-icon-72x72.png
diff --git a/rpg-docs/public/apple-touch-icon-76x76.png b/app/public/apple-touch-icon-76x76.png
similarity index 100%
rename from rpg-docs/public/apple-touch-icon-76x76.png
rename to app/public/apple-touch-icon-76x76.png
diff --git a/rpg-docs/public/apple-touch-icon-precomposed.png b/app/public/apple-touch-icon-precomposed.png
similarity index 100%
rename from rpg-docs/public/apple-touch-icon-precomposed.png
rename to app/public/apple-touch-icon-precomposed.png
diff --git a/rpg-docs/public/apple-touch-icon.png b/app/public/apple-touch-icon.png
similarity index 100%
rename from rpg-docs/public/apple-touch-icon.png
rename to app/public/apple-touch-icon.png
diff --git a/rpg-docs/public/browserconfig.xml b/app/public/browserconfig.xml
similarity index 97%
rename from rpg-docs/public/browserconfig.xml
rename to app/public/browserconfig.xml
index e3ad7fcc..7e4b2b57 100644
--- a/rpg-docs/public/browserconfig.xml
+++ b/app/public/browserconfig.xml
@@ -1,12 +1,12 @@
-
-
-
-
-
-
-
-
- #b91d1d
-
-
-
+
+
+
+
+
+
+
+
+ #b91d1d
+
+
+
diff --git a/rpg-docs/public/crown-dice-logo-cropped-transparent.png b/app/public/crown-dice-logo-cropped-transparent.png
similarity index 100%
rename from rpg-docs/public/crown-dice-logo-cropped-transparent.png
rename to app/public/crown-dice-logo-cropped-transparent.png
diff --git a/rpg-docs/public/custom_components/app-theme.html b/app/public/custom_components/app-theme.html
similarity index 100%
rename from rpg-docs/public/custom_components/app-theme.html
rename to app/public/custom_components/app-theme.html
diff --git a/rpg-docs/public/custom_components/dicecloud-icons/dicecloud-icons.html b/app/public/custom_components/dicecloud-icons/dicecloud-icons.html
similarity index 100%
rename from rpg-docs/public/custom_components/dicecloud-icons/dicecloud-icons.html
rename to app/public/custom_components/dicecloud-icons/dicecloud-icons.html
diff --git a/rpg-docs/public/custom_components/dicecloud-selector/dicecloud-selectable.html b/app/public/custom_components/dicecloud-selector/dicecloud-selectable.html
similarity index 100%
rename from rpg-docs/public/custom_components/dicecloud-selector/dicecloud-selectable.html
rename to app/public/custom_components/dicecloud-selector/dicecloud-selectable.html
diff --git a/rpg-docs/public/custom_components/dicecloud-selector/dicecloud-selector.html b/app/public/custom_components/dicecloud-selector/dicecloud-selector.html
similarity index 100%
rename from rpg-docs/public/custom_components/dicecloud-selector/dicecloud-selector.html
rename to app/public/custom_components/dicecloud-selector/dicecloud-selector.html
diff --git a/rpg-docs/public/custom_components/dicecloud-wrapper/dicecloud-wrapper.html b/app/public/custom_components/dicecloud-wrapper/dicecloud-wrapper.html
similarity index 100%
rename from rpg-docs/public/custom_components/dicecloud-wrapper/dicecloud-wrapper.html
rename to app/public/custom_components/dicecloud-wrapper/dicecloud-wrapper.html
diff --git a/rpg-docs/public/custom_components/paper-checkbox/paper-checkbox.html b/app/public/custom_components/paper-checkbox/paper-checkbox.html
similarity index 100%
rename from rpg-docs/public/custom_components/paper-checkbox/paper-checkbox.html
rename to app/public/custom_components/paper-checkbox/paper-checkbox.html
diff --git a/rpg-docs/public/custom_components/paper-diff-slider/paper-diff-slider.html b/app/public/custom_components/paper-diff-slider/paper-diff-slider.html
similarity index 100%
rename from rpg-docs/public/custom_components/paper-diff-slider/paper-diff-slider.html
rename to app/public/custom_components/paper-diff-slider/paper-diff-slider.html
diff --git a/rpg-docs/public/custom_components/paper-stepper/animations/fade-in-slide-from-left-animation.html b/app/public/custom_components/paper-stepper/animations/fade-in-slide-from-left-animation.html
similarity index 100%
rename from rpg-docs/public/custom_components/paper-stepper/animations/fade-in-slide-from-left-animation.html
rename to app/public/custom_components/paper-stepper/animations/fade-in-slide-from-left-animation.html
diff --git a/rpg-docs/public/custom_components/paper-stepper/animations/fade-in-slide-from-right-animation.html b/app/public/custom_components/paper-stepper/animations/fade-in-slide-from-right-animation.html
similarity index 100%
rename from rpg-docs/public/custom_components/paper-stepper/animations/fade-in-slide-from-right-animation.html
rename to app/public/custom_components/paper-stepper/animations/fade-in-slide-from-right-animation.html
diff --git a/rpg-docs/public/custom_components/paper-stepper/animations/fade-out-slide-left-animation.html b/app/public/custom_components/paper-stepper/animations/fade-out-slide-left-animation.html
similarity index 100%
rename from rpg-docs/public/custom_components/paper-stepper/animations/fade-out-slide-left-animation.html
rename to app/public/custom_components/paper-stepper/animations/fade-out-slide-left-animation.html
diff --git a/rpg-docs/public/custom_components/paper-stepper/animations/fade-out-slide-right-animation.html b/app/public/custom_components/paper-stepper/animations/fade-out-slide-right-animation.html
similarity index 100%
rename from rpg-docs/public/custom_components/paper-stepper/animations/fade-out-slide-right-animation.html
rename to app/public/custom_components/paper-stepper/animations/fade-out-slide-right-animation.html
diff --git a/rpg-docs/public/custom_components/paper-stepper/bower.json b/app/public/custom_components/paper-stepper/bower.json
similarity index 100%
rename from rpg-docs/public/custom_components/paper-stepper/bower.json
rename to app/public/custom_components/paper-stepper/bower.json
diff --git a/rpg-docs/public/custom_components/paper-stepper/hero.svg b/app/public/custom_components/paper-stepper/hero.svg
similarity index 100%
rename from rpg-docs/public/custom_components/paper-stepper/hero.svg
rename to app/public/custom_components/paper-stepper/hero.svg
diff --git a/rpg-docs/public/custom_components/paper-stepper/paper-step.html b/app/public/custom_components/paper-stepper/paper-step.html
similarity index 100%
rename from rpg-docs/public/custom_components/paper-stepper/paper-step.html
rename to app/public/custom_components/paper-stepper/paper-step.html
diff --git a/rpg-docs/public/custom_components/paper-stepper/paper-stepper.html b/app/public/custom_components/paper-stepper/paper-stepper.html
similarity index 100%
rename from rpg-docs/public/custom_components/paper-stepper/paper-stepper.html
rename to app/public/custom_components/paper-stepper/paper-stepper.html
diff --git a/rpg-docs/public/custom_components/paper-stepper/step-horizontal-label.html b/app/public/custom_components/paper-stepper/step-horizontal-label.html
similarity index 100%
rename from rpg-docs/public/custom_components/paper-stepper/step-horizontal-label.html
rename to app/public/custom_components/paper-stepper/step-horizontal-label.html
diff --git a/rpg-docs/public/custom_components/paper-stepper/step-label-behavior.html b/app/public/custom_components/paper-stepper/step-label-behavior.html
similarity index 100%
rename from rpg-docs/public/custom_components/paper-stepper/step-label-behavior.html
rename to app/public/custom_components/paper-stepper/step-label-behavior.html
diff --git a/rpg-docs/public/custom_components/paper-stepper/step-label-shared-styles.html b/app/public/custom_components/paper-stepper/step-label-shared-styles.html
similarity index 100%
rename from rpg-docs/public/custom_components/paper-stepper/step-label-shared-styles.html
rename to app/public/custom_components/paper-stepper/step-label-shared-styles.html
diff --git a/rpg-docs/public/custom_components/paper-stepper/step-vertical.html b/app/public/custom_components/paper-stepper/step-vertical.html
similarity index 100%
rename from rpg-docs/public/custom_components/paper-stepper/step-vertical.html
rename to app/public/custom_components/paper-stepper/step-vertical.html
diff --git a/rpg-docs/public/favicon-16x16.png b/app/public/favicon-16x16.png
similarity index 100%
rename from rpg-docs/public/favicon-16x16.png
rename to app/public/favicon-16x16.png
diff --git a/rpg-docs/public/favicon-194x194.png b/app/public/favicon-194x194.png
similarity index 100%
rename from rpg-docs/public/favicon-194x194.png
rename to app/public/favicon-194x194.png
diff --git a/rpg-docs/public/favicon-32x32.png b/app/public/favicon-32x32.png
similarity index 100%
rename from rpg-docs/public/favicon-32x32.png
rename to app/public/favicon-32x32.png
diff --git a/rpg-docs/public/favicon-96x96.png b/app/public/favicon-96x96.png
similarity index 100%
rename from rpg-docs/public/favicon-96x96.png
rename to app/public/favicon-96x96.png
diff --git a/rpg-docs/public/favicon.ico b/app/public/favicon.ico
similarity index 100%
rename from rpg-docs/public/favicon.ico
rename to app/public/favicon.ico
diff --git a/rpg-docs/public/manifest.json b/app/public/manifest.json
similarity index 100%
rename from rpg-docs/public/manifest.json
rename to app/public/manifest.json
diff --git a/rpg-docs/public/mstile-144x144.png b/app/public/mstile-144x144.png
similarity index 100%
rename from rpg-docs/public/mstile-144x144.png
rename to app/public/mstile-144x144.png
diff --git a/rpg-docs/public/mstile-150x150.png b/app/public/mstile-150x150.png
similarity index 100%
rename from rpg-docs/public/mstile-150x150.png
rename to app/public/mstile-150x150.png
diff --git a/rpg-docs/public/mstile-310x150.png b/app/public/mstile-310x150.png
similarity index 100%
rename from rpg-docs/public/mstile-310x150.png
rename to app/public/mstile-310x150.png
diff --git a/rpg-docs/public/mstile-310x310.png b/app/public/mstile-310x310.png
similarity index 100%
rename from rpg-docs/public/mstile-310x310.png
rename to app/public/mstile-310x310.png
diff --git a/rpg-docs/public/mstile-70x70.png b/app/public/mstile-70x70.png
similarity index 100%
rename from rpg-docs/public/mstile-70x70.png
rename to app/public/mstile-70x70.png
diff --git a/rpg-docs/public/png/advantage/greenUp.png b/app/public/png/advantage/greenUp.png
similarity index 100%
rename from rpg-docs/public/png/advantage/greenUp.png
rename to app/public/png/advantage/greenUp.png
diff --git a/rpg-docs/public/png/advantage/redDown.png b/app/public/png/advantage/redDown.png
similarity index 100%
rename from rpg-docs/public/png/advantage/redDown.png
rename to app/public/png/advantage/redDown.png
diff --git a/rpg-docs/public/png/doubleLineImageBorder.png b/app/public/png/doubleLineImageBorder.png
similarity index 100%
rename from rpg-docs/public/png/doubleLineImageBorder.png
rename to app/public/png/doubleLineImageBorder.png
diff --git a/rpg-docs/public/png/horizontalLine.png b/app/public/png/horizontalLine.png
similarity index 100%
rename from rpg-docs/public/png/horizontalLine.png
rename to app/public/png/horizontalLine.png
diff --git a/rpg-docs/public/png/octogonBorder.png b/app/public/png/octogonBorder.png
similarity index 100%
rename from rpg-docs/public/png/octogonBorder.png
rename to app/public/png/octogonBorder.png
diff --git a/rpg-docs/public/png/paper-dice-crown.png b/app/public/png/paper-dice-crown.png
similarity index 100%
rename from rpg-docs/public/png/paper-dice-crown.png
rename to app/public/png/paper-dice-crown.png
diff --git a/rpg-docs/public/png/shieldBorder.png b/app/public/png/shieldBorder.png
similarity index 100%
rename from rpg-docs/public/png/shieldBorder.png
rename to app/public/png/shieldBorder.png
diff --git a/rpg-docs/public/png/upwardPointingBorder.png b/app/public/png/upwardPointingBorder.png
similarity index 100%
rename from rpg-docs/public/png/upwardPointingBorder.png
rename to app/public/png/upwardPointingBorder.png
diff --git a/rpg-docs/server/lib/configuration/accountsMeldConfig.js b/app/server/lib/configuration/accountsMeldConfig.js
similarity index 100%
rename from rpg-docs/server/lib/configuration/accountsMeldConfig.js
rename to app/server/lib/configuration/accountsMeldConfig.js
diff --git a/rpg-docs/server/lib/cron/deleteRemovedDocuments.js b/app/server/lib/cron/deleteRemovedDocuments.js
similarity index 100%
rename from rpg-docs/server/lib/cron/deleteRemovedDocuments.js
rename to app/server/lib/cron/deleteRemovedDocuments.js
diff --git a/rpg-docs/server/lib/logRateError.js b/app/server/lib/logRateError.js
similarity index 100%
rename from rpg-docs/server/lib/logRateError.js
rename to app/server/lib/logRateError.js
diff --git a/rpg-docs/server/migrations/migrations.js b/app/server/migrations/migrations.js
similarity index 100%
rename from rpg-docs/server/migrations/migrations.js
rename to app/server/migrations/migrations.js
diff --git a/rpg-docs/server/publications/changeLog.js b/app/server/publications/changeLog.js
similarity index 100%
rename from rpg-docs/server/publications/changeLog.js
rename to app/server/publications/changeLog.js
diff --git a/rpg-docs/server/publications/characterList.js b/app/server/publications/characterList.js
similarity index 100%
rename from rpg-docs/server/publications/characterList.js
rename to app/server/publications/characterList.js
diff --git a/rpg-docs/server/publications/library.js b/app/server/publications/library.js
similarity index 100%
rename from rpg-docs/server/publications/library.js
rename to app/server/publications/library.js
diff --git a/rpg-docs/server/publications/singleCharacter.js b/app/server/publications/singleCharacter.js
similarity index 100%
rename from rpg-docs/server/publications/singleCharacter.js
rename to app/server/publications/singleCharacter.js
diff --git a/rpg-docs/server/publications/user.js b/app/server/publications/user.js
similarity index 100%
rename from rpg-docs/server/publications/user.js
rename to app/server/publications/user.js
diff --git a/rpg-docs/server/publications/users.js b/app/server/publications/users.js
similarity index 100%
rename from rpg-docs/server/publications/users.js
rename to app/server/publications/users.js
diff --git a/rpg-docs/tests/mocha/server/lib/characterUtility.js b/app/tests/mocha/server/lib/characterUtility.js
similarity index 100%
rename from rpg-docs/tests/mocha/server/lib/characterUtility.js
rename to app/tests/mocha/server/lib/characterUtility.js
diff --git a/rpg-docs/tests/mocha/server/model/character/character.js b/app/tests/mocha/server/model/character/character.js
similarity index 100%
rename from rpg-docs/tests/mocha/server/model/character/character.js
rename to app/tests/mocha/server/model/character/character.js
diff --git a/rpg-docs/tests/mocha/server/model/character/effects.js b/app/tests/mocha/server/model/character/effects.js
similarity index 100%
rename from rpg-docs/tests/mocha/server/model/character/effects.js
rename to app/tests/mocha/server/model/character/effects.js
diff --git a/rpg-docs/tests/mocha/server/sampleServerTest.js b/app/tests/mocha/server/sampleServerTest.js
similarity index 100%
rename from rpg-docs/tests/mocha/server/sampleServerTest.js
rename to app/tests/mocha/server/sampleServerTest.js
diff --git a/rpg-docs/public/_imports.html b/rpg-docs/public/_imports.html
deleted file mode 100644
index 974db0dc..00000000
--- a/rpg-docs/public/_imports.html
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file