Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 687 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 687 Bytes

Contributing

Running it locally

Development:

yarn
yarn dev

Docker image:

yarn docker:build
docker run -p 23000:3000 algolia/renderscript
open "http://localhost:23000/render?url=https%3A%2F%2Fwww.algolia.com&ua=Test+Renderscript"

Env Variables

See .env.example

Releasing

Releases are built using GitHub actions. You can release a new version by triggering the Release Version workflow.

Manual Release Locally

yarn docker:build

docker push "algolia/renderscript"
docker push "algolia/renderscript:${VERSION}"
docker push "algolia/renderscript:${GIT_HASH}"