Quickly set up Documenso on your machine for local development with Docker and Docker Compose.
git clone https://github.com/<your-username>/documenso
.env
file using the .env.example
file as a reference.cp .env.example .env
to get started with our handpicked defaults.npm run dx
in the root directory.npm run dev
in the root directory to start the application.npm run d