docs: add missing translate:compile step to setup guid

This commit is contained in:
Harishraju04
2025-12-01 06:35:51 +05:30
committed by GitHub
parent 327b0eaf86
commit 55480826de
+4 -2
View File
@@ -174,9 +174,11 @@ git clone https://github.com/<your-username>/documenso
5. Create the database schema by running `npm run prisma:migrate-dev`
6. Run `npm run dev` in the root directory to start
6. Run `npm run translate:compile` in the root directory to compile lingui
7. Register a new user at http://localhost:3000/signup
7. Run `npm run dev` in the root directory to start
8. Register a new user at http://localhost:3000/signup
---