Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/PandoraQS/into-cps-a…
Browse files Browse the repository at this point in the history
…pplication into development
  • Loading branch information
PandoraQS committed Jul 24, 2024
2 parents e7a4990 + 6bf246d commit cefa46a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ To manage multiple versions of **`Node.js`** &/or **`npm`**, consider using a [n
## How to build and run the application
The following are the commands to run the application. After checking out the repo:
1. To install node dependencies: `npm install`
2. To build the UI: `gulp` or `gulp build`
3. To run it: `npm start`
4. To run tests: `npm test`
5. To build and create a developer .exe file: `gulp package`
2. To install gulp: `npm install -g gulp` (it's easiest to have it installed globally)
3. To build the UI: `gulp` or `gulp build`
4. To run it: `npm start`
5. To run tests: `npm test`
6. To build and create a developer .exe file: `gulp package`

## Useful commands
- `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.

## 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).

These builds represent ongoing work. They have not been fully tested and are not guaranteed to work. Normally, you are advised to use one of the [releases](https://github.com/INTO-CPS-Association/into-cps-application/releases).
These builds represent ongoing work. They have not been fully tested and are not guaranteed to work. Normally, you are advised to use one of the [releases](https://github.com/INTO-CPS-Association/into-cps-application/releases).

0 comments on commit cefa46a

Please sign in to comment.