mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
16 lines
573 B
Plaintext
16 lines
573 B
Plaintext
---
|
|
title: Local development
|
|
description: Learn how to set up Documenso for local development.
|
|
---
|
|
|
|
# Local development
|
|
|
|
There are multiple ways of setting up Documenso for local development. At the moment of writing this documentation, there are 4 ways of running Documenso locally:
|
|
|
|
- [Using the developer quickstart](/local-development/quickstart)
|
|
- [Manually setting up the development environment](/local-development/manual)
|
|
- [Using the Docker image](/local-development/docker)
|
|
- [Using Gitpod](/local-development/gitpod)
|
|
|
|
Pick the one that fits your needs the best.
|