github.com/alkar/terraform@v0.9.6-0.20170517124458-a4cddf6ebf59/website/README.md (about)

     1  # Terraform Website
     2  
     3  This subdirectory contains the entire source for the [Terraform
     4  Website][terraform]. This is a [Middleman][middleman] project, which builds a
     5  static site from these source files.
     6  
     7  ## Contributions Welcome!
     8  
     9  If you find a typo or you feel like you can improve the HTML, CSS, or
    10  JavaScript, we welcome contributions. Feel free to open issues or pull requests
    11  like any normal GitHub project, and we'll merge it in.
    12  
    13  ## Running the Site Locally
    14  
    15  Running the site locally is simple:
    16  
    17  1. Install [Docker](https://docs.docker.com/engine/installation/) if you have not already done so
    18  2. Clone this repo and run `make website`
    19  
    20  Then open up `http://localhost:4567`. Note that some URLs you may need to append
    21  ".html" to make them work (in the navigation).
    22  
    23  [middleman]: https://www.middlemanapp.com
    24  [terraform]: https://www.terraform.io