Revise final sections of the README

This makes a few additional changes to curb the length of this file,
by moving length documentation (the picture is large) into a separate
file, where other documentation could go. It also corrects the section
on requirements, and attempts to make it more concise.
This commit is contained in:
Ben Thorner
2021-02-22 17:15:09 +00:00
parent 864f4bef66
commit 423b4c7812
2 changed files with 14 additions and 20 deletions

7
docs/static-assets.md Normal file
View File

@@ -0,0 +1,7 @@
# Working with static assets
When running locally static assets are served by Flask at http://localhost:6012/static/…
When running on preview, staging and production theres a bit more to it:
![notify-static-after](https://user-images.githubusercontent.com/355079/50343595-6ea5de80-051f-11e9-85cf-2c20eb3cdefa.png)