Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Re-work README to make it clearer how to run the app
App dependency install, build script and startup scripts seemed oddly dispersed throughout the README, making it difficult to talk about shared logic such as the ENV variables. I've consolidated these into their own "Run the app locally" section. Other things to note: - I added `--verbose` to the build script, as the build initially failed for me and I had to re-run the script with verbose mode to see any meaningful output. The output isn't much more verbose than without the flag, so there seems no downside. - I removed the section on `.env` file, as it seems to be an implementation detail, and also incompatible with running via govuk-docker. But I'd like to revisit this. - I'm currently able to compile the website fine, and fetch the remote docs, but am struggling to get the app to _run_ locally (in govuk-docker). - I'd very much like to remove the "docker-compose.yml" hack workaround.
- Loading branch information