DOC: Added a few final thoughts.

This commit is contained in:
Elf M. Sternberg 2020-09-16 17:48:07 -07:00
parent add49d071d
commit 4c53820b9d
1 changed files with 21 additions and 5 deletions

View File

@ -71,7 +71,8 @@ my familiarity with it to make it matter.
Also, because I'm a *nerd*, I can't start without first picking out a Also, because I'm a *nerd*, I can't start without first picking out a
theme: white on black, with a paper texture from my design library theme: white on black, with a paper texture from my design library
desaturated, darkened, and rendered a seamless tile, using the Google desaturated, darkened, and rendered a seamless tile, using the Google
'Marcellus' font, which kinda sorta looks Tolkeinesque. 'Marcellus' font, which kinda sorta looks Tolkeinesque. Not so sure
about the 'Morpheous' font for the title, though.
## Requirements ## Requirements
@ -170,6 +171,15 @@ native JS application with a React wrapper, rather than a full-on React
app "written in React," and I feel that there are lessons inside it I app "written in React," and I feel that there are lessons inside it I
could use. could use.
If I had my druthers, I'd have done a two-stage build of the Dockerfile;
one just build the thing, but the second would consist only of the
'build/' directory and a static web server that only does fileserving;
one thing I dislike strongly about Dockerizing NodeJS (or any big
scripting language, like Python or Ruby) is just how much attack surface
area those languages carry with them.
But, like I said, I've given you folks enough time already.
## LICENSE ## LICENSE
The Elder Scrolls, The Elder Scrolls: Legends, ZeniMax, Bethesda, The Elder Scrolls, The Elder Scrolls: Legends, ZeniMax, Bethesda,
@ -177,9 +187,15 @@ Bethesda Softworks and related logos are registered trademarks or
trademarks of ZeniMax Media Inc. This product is not produced, endorsed, trademarks of ZeniMax Media Inc. This product is not produced, endorsed,
supported, or affiliated with ZeniMax Media Inc. supported, or affiliated with ZeniMax Media Inc.
The original software contained in this repository is copyright [Kenneth The coding challenge itself is probably copyright Highspot.
M. "Elf" Sternberg](https://elfsternberg.com) (c) 2020 as is licensed
with the Mozilla Public License vers. 2.0. A copy of the license file is The fonts are covered by the SIL Open Font License. A copy of that
included in the root folder. license can be found in the `./public/fonts` folder.
All original software, as well as the background images, contained in
this repository is copyright [Kenneth M. "Elf"
Sternberg](https://elfsternberg.com) (c) 2020, and is licensed with the
Mozilla Public License vers. 2.0. A copy of the license file is included
in the root folder.