Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .llms-snapshots/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion .llms-snapshots/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/local-development.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)

Expand Down