diff --git a/README.md b/README.md index 28d959791..05156f19d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Preview Coral easily by running Coral via a Heroku App: - [Docker](#docker) - [Source](#source) - [Development](#development) + - [Embed On Your Site](#embed-on-your-site) - [Email](#email) - [Design Language System (UI Components)](#design-language-system-ui-components) - [Configuration](#configuration) @@ -183,6 +184,29 @@ npm run lint npm run test ``` +#### Embed On Your Site +With Coral setup and running locally you can test embeding the comment stream with this sample embed script: + +``` +
+ +``` +Replace the value of CORAL_DOMAIN_NAME with the location of your running instance of Coral. + #### Email To test out the email sending functionality, you can run [inbucket](https://www.inbucket.org/)