# @documenso/remix The main Documenso web application. Built with [React Router v7](https://reactrouter.com/) and served by a [Hono](https://hono.dev/) server. This package is part of the Documenso monorepo and is not meant to be run standalone. Use the root scripts instead. - Local development: see the [root README](../../README.md) and the [Local Development docs](https://docs.documenso.com/docs/developers/local-development). - Self-hosting and deployment: see the [Self-Hosting docs](https://docs.documenso.com/docs/self-hosting). - Architecture overview: see [ARCHITECTURE.md](../../ARCHITECTURE.md). ```bash # From the monorepo root npm run dev ```