diff --git a/public/README.md b/public/README.md new file mode 100644 index 0000000..2074b2e --- /dev/null +++ b/public/README.md @@ -0,0 +1 @@ +This directory contains/serves the browser client files. This directory is transient and is deleted and recreated each time "npm run build" is executed. Utilize ../src and "npm run build" scripts instead. diff --git a/src/README.md b/src/README.md index 9c4870d..27b142e 100644 --- a/src/README.md +++ b/src/README.md @@ -1 +1 @@ -Customizations and modifications to the client (browser) go here. Then run "npm run build" to integrate into /public (where client files are served from). Note that /public is a flat directory structure. +Customizations and modifications to the client (browser) go here. Then run "npm run build" to integrate into ../public (where client files are served from). Note that ../public is a flat directory structure.