Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/htmlcsstoimage/docs

The API for generating high quality images from HTML/CSS.
https://github.com/htmlcsstoimage/docs

api converter css documentation html javascript ruby screenshot

Last synced: 3 months ago
JSON representation

The API for generating high quality images from HTML/CSS.

Awesome Lists containing this project

README

        

# Docs

👋 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.

## Get help
If you need help with your account, please email us: [email protected]

## Development

This is a static site generated by Jekyll and served from [Cloudflare Workers](https://blog.cloudflare.com/workers-sites/).

To run it locally, you need Ruby installed.

1. Install the gems

```
bundle install
```

2. 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.

## Production
[![](https://github.com/htmlcsstoimage/docs/workflows/Deploy/badge.svg)](https://github.com/htmlcsstoimage/docs/actions)

Docs are built and deployed with GitHub Actions.