diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 6b1fe39d..94b297db 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -270,7 +270,7 @@ This enables: * A development experience that mirrors mainnet, helping you build with confidence * A smooth dev loop, from prototype to deployment -* A unique way to build, debug, and validate smart contract logic and frontend behavior — all in one place +* A unique way to build, debug, and validate serverless functions logic and frontend behavior — all in one place ![A screenshot of the DEV Console UI login screen](/assets/images/login-22bd49b1624f8c4c89c5c1e33b2fc70c.png) diff --git a/.llms-snapshots/llms.txt b/.llms-snapshots/llms.txt index 3b284586..3cede003 100644 --- a/.llms-snapshots/llms.txt +++ b/.llms-snapshots/llms.txt @@ -7,7 +7,7 @@ Juno is your self-contained serverless platform for building full-stack web apps - [Introduction to Juno](https://juno.build/docs/intro.md): Explore Juno's serverless functions, hosting, and data capabilities. Start building with Juno today — no DevOps, no setup friction. - [Start a New Project](https://juno.build/docs/start-a-new-project.md): Build a full-stack app with Juno — whether you're using a template, starting from scratch, or adding it to an existing project. - [Setup the SDK](https://juno.build/docs/setup-the-sdk.md): Connect your web app to a Juno Satellite to unlock features like auth, data, storage, and functions. This guide shows how to set up the SDK with or without build plugins. -- [Run your project locally](https://juno.build/docs/guides/local-development.md): Run a full local development environment with the Juno emulator using Docker or Podman, complete with Console UI, live reload, and smart contract support. +- [Run your project locally](https://juno.build/docs/guides/local-development.md): Run a full local development environment with the Juno emulator using Docker or Podman, complete with Console UI, live reload, and all the containers. - [Deploy with a Satellite](https://juno.build/docs/create-a-satellite.md): A quick guide to creating a Satellite on Juno in production — the container that powers your app. ## Build - Analytics diff --git a/docs/guides/local-development.mdx b/docs/guides/local-development.mdx index 10e4a09c..f2afaaa7 100644 --- a/docs/guides/local-development.mdx +++ b/docs/guides/local-development.mdx @@ -1,7 +1,7 @@ --- id: local-development title: Local Development -description: Run a full local development environment with the Juno emulator using Docker or Podman, complete with Console UI, live reload, and smart contract support. +description: Run a full local development environment with the Juno emulator using Docker or Podman, complete with Console UI, live reload, and all the containers. --- # Local Development @@ -27,7 +27,7 @@ This enables: - A development experience that mirrors mainnet, helping you build with confidence - A smooth dev loop, from prototype to deployment -- A unique way to build, debug, and validate smart contract logic and frontend behavior — all in one place +- A unique way to build, debug, and validate serverless functions logic and frontend behavior — all in one place ![A screenshot of the DEV Console UI login screen](../img/dev-console/login.png)