drdhaval2785 / SanskritVerb

Verb declention for Sanskrit
41 stars 8 forks source link

README updates and Docker #1053

Closed rramphal closed 7 years ago

rramphal commented 7 years ago

This PR does two main things:

  1. updates the README
    • modifies copy for clarity
    • adds table of contents
    • converts ITRANS to IAST for Sanskrit words
  2. implements Docker
    • adds a Dockerfile for easier development on the Mac (seems like XAMPP is preferred for Windows)
    • updates the README with instructions on how to get started with Docker on the Mac
    • NOTE: Implementing Docker is literally only the addition of a Dockerfile at the root of the repo. It changes nothing else, but allows the user to create a container in which to run the app without having to install servers or any other additional programs. The command provided in the README mounts the local repo to the container allowing the user to immediately see changes to the code.