Skip to content

Commit

Permalink
no sandbox property in developer documantation
Browse files Browse the repository at this point in the history
  • Loading branch information
PandoraQS committed Jul 30, 2024
1 parent 37401da commit 424afcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ The following are the commands to run the application. After checking out the re
5. To run tests: `npm test`
6. To build and create a developer .exe file: `gulp package`

## Useful commands
## Useful commands and properties
- `gulp watch`: it will automatically detect when you save a file and run the corresponding build task so you only have to refresh the app when developing.
- `--no-sandbox`: the property `--no-sandbox` has been inserted to `npm start` to disable sandbox mode to prevent GPU mismanagement errors, caused by Electron conflicts, during virtualization on a Linux operating system. It is necessary, however, that this property be entered while starting the built program from the terminal. For example, starting the AppImage from the terminal we would type `./NomeAppImage --no-sandbox`. This way, the application will be started without any problems.

## Latest builds
The master branch is built automatically on git pushes and the output, for successful builds. Please find the artifacts by clicking in the run [of the Package workflow](https://github.com/INTO-CPS-Association/into-cps-application/actions?query=workflow%3APackage).
Expand Down

0 comments on commit 424afcc

Please sign in to comment.