mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
docs: add node version minimum requirement (#975)
## PR fixes which issue ? This PR fixes #974 ## Description: - Have added minimum node version required to setup the Documenso project locally which will ensure to save time of new contributors setting up their project. 💚 ## Reference for the minimum requirement decision: https://nextjs.org/docs/app/building-your-application/upgrading/version-14#v14-summary --------- Co-authored-by: Adithya Krishna <aadithya794@gmail.com> Co-authored-by: Catalin Pit <25515812+catalinpit@users.noreply.github.com>
This commit is contained in:
parent
3b8b87a90b
commit
8674ad4c88
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ Contact us if you are interested in our Enterprise plan for large organizations
|
|||
|
||||
To run Documenso locally, you will need
|
||||
|
||||
- Node.js
|
||||
- Node.js (v18 or above)
|
||||
- Postgres SQL Database
|
||||
- Docker (optional)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue