> For the complete documentation index, see [llms.txt](https://docs.discloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discloud.com/en/development-environment/local-environment.md).

# Local Environment

## 📌 What Is This Section For?

This area helps you:

* Set up language runtimes so you can start coding.
* Install or enable ecosystem tooling (only if you choose to).
* Prepare a project so it behaves consistently when packaged for Discloud.

Discloud runs applications in Linux containers; keeping your project structure clean (entry file + dependency manifest) minimizes surprises.

***

## 🚀 What You'll Find Here

<table data-card-size="large" data-column-title-hidden data-view="cards"><thead><tr><th align="center"></th><th align="center"></th></tr></thead><tbody><tr><td align="center"><strong>Language Setup Guides</strong></td><td align="center">Step-by-step install instructions for supported runtimes (Node.js, Python, Ruby, Go, Rust).</td></tr><tr><td align="center"><strong>Managing Dependencies</strong></td><td align="center">Using files like <a href="/pages/B0rw0R1pQzhfsEY3j66O"><code>package.json</code></a>, <a href="/pages/NuxsGyFyjNPeF80IJCSw"><code>requirements.txt</code></a>, <a href="/pages/mdD1VMsNqeyWS6jtWED9"><code>Gemfile</code></a>, <a href="/pages/P1inS7LgirMuoiNtf5ak"><code>go.mod</code></a>, <a href="/pages/kUFMuUhioQ68MM2i5vp5"><code>Cargo.toml</code></a>.</td></tr><tr><td align="center"><strong>Optional Tooling</strong></td><td align="center">Version managers and utilities you may use (NVM, pyenv, rbenv, rustup) – entirely optional.</td></tr><tr><td align="center"><strong>Minimal Workflow</strong></td><td align="center">A lightweight sequence from init to a local test run before packaging.</td></tr></tbody></table>

***

## 🧭 Language Guides

<table data-column-title-hidden data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Node.js</strong></td><td><a href="/pages/SfHxawJMN1KxhAB2DlMf">Install &#x26; usage guide</a></td></tr><tr><td><strong>Python</strong></td><td><a href="/pages/pB3eD5pEWfPDcRwl6LiQ">Install &#x26; usage guide</a></td></tr><tr><td><strong>Ruby</strong></td><td><a href="/pages/A7qbXeZTXSEtGGDBlzJs">Install &#x26; usage guide</a></td></tr><tr><td><strong>Rust</strong></td><td><a href="/pages/AiMxetWKwp4K1v5rQW3F">Install &#x26; usage guide</a></td></tr><tr><td><strong>Go</strong></td><td><a href="/pages/ZMc7hVQaeF7LOd2X4ZNQ">Install &#x26; usage guide</a></td></tr></tbody></table>
