amend the documentation - clarify that .env-template file should be copied and renamed to .env :)
4. copy `.env-template` file and change its name to `.env`
5. if you use localhost version of the GAD application, `BASE_URL` variable in `.env` file should stay intact, otherwise it should be changed to a proper one
Resolves #42
Scope of changes