Created by: ldct
The User Guide does not actually document what npm run build
does. The docs also don't describe how exactly to "deploy" the resulting build
directory.
This PR describes what npm run build
does and what it means to deploy the build in the Users Guide.
Additionally, it describes the pushState
gotcha which was previously only described in reference to specific servers (eg github pages).