API documentation for TaxJar, powered by Slate and Middleman.
Clone the repo and simply run the following command:
bundle install
This should install the Ruby dependencies you need to get up and going.
To develop and preview the documentation locally, use the following Middleman command:
middleman server
This will watch for changes and compile them on the fly.
Commits to the master
branch are compiled on the fly and deployed to Amazon S3 via Codeship.