This PR adds the ability to configure basic configuration settings in a .env file. It does not yet support separate production/development environments, nor does it have all the configuration variables we'll eventually want. But it provides a foundation to implement those features later.
This PR also removes some outdated files and updates the README with installation/testing instructions. As discussed in #13, I believe that the repo is far enough along that it should be usable/testable by other developers (though, as documented in the README, it is still missing several features before it can be deployed in production).
This PR adds the ability to configure basic configuration settings in a
.env
file. It does not yet support separate production/development environments, nor does it have all the configuration variables we'll eventually want. But it provides a foundation to implement those features later.This PR also removes some outdated files and updates the README with installation/testing instructions. As discussed in #13, I believe that the repo is far enough along that it should be usable/testable by other developers (though, as documented in the README, it is still missing several features before it can be deployed in production).