diff --git a/README.md b/README.md index 850f12d..b1b7a3d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ I hate fillable pdfs. I couldn't find a sharp pencil for the character sheet I p You'll need a local server running, or to put the code on a remote server. -For remote saving you will have to add your own firebase configs to `./src/config/firebase.js` and rebuild the app. +For remote saving you will have to add your own firebase configs to `./src/config/firebase.js` and rebuild the app. ## Local Server @@ -26,12 +26,14 @@ For remote saving you will have to add your own firebase configs to `./src/confi ### Server -* Point your server at the repo so it opens `./dist/index.html`. That's about it... +- Point your server at the repo so it opens `./dist/index.html`. That's about it... If you want to take advantage of the offline mode, it's a little more complicated: -* you'll need to use a HTTPS connection (Let's Encrypt is fairly easy to set-up to get a free SSL cert) -* You'll want to set the main server directory to the `dist` directory of the code, that way the server won't serve any of the other files. -* Make sure files are set to not cache (the service worker will handle that). In nginx I added the following to my server block: + +- you'll need to use a HTTPS connection (Let's Encrypt is fairly easy to set-up to get a free SSL cert) +- You'll want to set the main server directory to the `dist` directory of the code, that way the server won't serve any of the other files. +- Make sure files are set to not cache (the service worker will handle that). In nginx I added the following to my server block: + ``` index index.html; gzip on; @@ -42,14 +44,13 @@ If you want to take advantage of the offline mode, it's a little more complicate } ``` - ## Tests No tests yet, as I am not sure how to best go about that. ## Contributors -I'd be happy to accept feature requests (including other games to support), bug reports, and pull requests via the github repository. There is an eslint config file for javascript style, which your IDE should pick up. Run ```npm run start``` to run the dev server and `npm run build` to build the files. +I'd be happy to accept feature requests (including other games to support), bug reports, and pull requests via the github repository. There is an eslint config file for javascript style, which your IDE should pick up. Run `npm run start` to run the dev server and `npm run build` to build the files. Conventional Changelog is installed for commit messages. Standard Version is used for releases, changelogs, etc. diff --git a/dist/index.html b/dist/index.html index 230bbc5..69870f7 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,5 +1,5 @@ - + @@ -55,8 +55,8 @@

Character Sheet. App.

@@ -146,7 +171,7 @@

Keyboard Shortcuts

@@ -176,7 +201,7 @@

Keyboard Shortcuts

Sign-in

By signing in, you can save data remotely, and then access your characters from any browser/device.

-

Your auth credentials are saved for use with Google's Firebase Firestore. I get access to very little information about you, other than email and some other publicly available profile data.

+

Your auth credentials are saved for use with Google's Firebase Firestore. I get access to very little information about you, other than email and some other publicly-available profile data.

@@ -184,7 +209,7 @@

Keyboard Shortcuts