chore(contributing): update contributing

This commit is contained in:
Mauricio Siu
2024-10-16 13:23:25 -06:00
parent 5d437c29b2
commit c4654a9619

View File

@@ -71,6 +71,12 @@ Run the command that will spin up all the required services and files.
pnpm run dokploy:setup
```
Build the server package (If you make any changes after in the packages/server folder, you need to rebuild and run this command)
```bash
pnpm run server:build
```
Now run the development server.
```bash