diff --git a/website/docs/first-composite.mdx b/website/docs/first-composite.mdx index 422b12238..f65cba496 100644 --- a/website/docs/first-composite.mdx +++ b/website/docs/first-composite.mdx @@ -9,6 +9,12 @@ This page presents how to create your first composite and deploy it to your loca ## Running a local Ceramic node +:::caution + +Because ComposeDB is still an experimental feature set built on top of Ceramic, if you want to use it with a Ceramic node, you need to set the `CERAMIC_ENABLE_EXPERIMENTAL_COMPOSE_DB` environment variable to `true`, before running a node. Note that ComposeDB is not yet supported on Ceramic mainnet. + +::: + The following steps require a local Ceramic node to be running. If you do not already have it running, you can use the following command: