# 📖 Tye documentation ## Tutorials | Topic | Description | |-------|-------------| |**[Getting Started](getting_started.md)** | Get setup to develop with `tye`. |**[Basic Tutorial (run locally)](/docs/tutorials/hello-tye/00_run_locally.md)** | Learn how to run an application locally with `tye`. |**[Basic Tutorial (deploy)](/docs/tutorials/hello-tye/01_deploy.md)** | Learn how to deploy an application with `tye`. |**[Basic Tutorial (add Redis)](/docs/tutorials/hello-tye/02_add_redis.md)** | Learn how to add redis for development and deployed to a development cluster. ## Recipes | Topic | Description| |-------|------------| |**[Using Dapr with Tye](recipes/dapr.md)** | Using `tye` for local development and deployment with a [Dapr](https://dapr.io) application. ## Reference documentation | Area | Description | |------|-------------| |**[Tye Commandline Reference](reference/commandline/README.md)** | Documentation for `tye` commands. |**[Service Discovery](reference/service_discovery.md)** | Learn more about service discovery in Tye. |**[Local Development](referenece/../reference/local_development.md)** | Learn more about how Tye works for local development. |**[`tye.yaml` Schema](reference/schema.md)** | `tye.yaml` configuration.