Skip to content

Releases: davidrleonard/phone-box

First release, woo.

02 Jan 04:21
Compare
Choose a tag to compare
  • Adds the initial public code to make the phone box work

Code prior to this was littered with secrets. It was kept mostly
in one file, with the majority of the code, so it made sense
to just blow away history and start from this point.

Secrets are now kept in the .env file in the root or stored as
environment variables on the production server.

  • Adds documentation, including overview, development instructions, and deploy instructions