mirror of
https://github.com/documenso/documenso.git
synced 2026-07-11 13:35:20 +10:00
94adea149d
Refresh README/docs for the current stack, add a security policy, note the external-PR pause, and remove dead config and workflows.
15 lines
662 B
Markdown
15 lines
662 B
Markdown
# @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
|
|
```
|