👋 This is the source for our documentation site: https://docs.htmlcsstoimage.com.
If you've found an error, or would like to suggest an improvement, please open an issue or a pull request.
If you need help with your account, please email us: support@htmlcsstoimage.com
This is a static site generated by Jekyll and served from Cloudflare Workers.
To run it locally, you need Ruby installed.
- Install the gems
bundle install
- Start the development server
HCTI_API_KEY=key bundle exec jekyll serve --livereload
HCTI_API_KEY
is only required to be set for production. You can set it to a fake value for development.
Docs are built and deployed with GitHub Actions.