Skip to content

Commit

Permalink
Merge branch 'main' into add-query-tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
broknloop authored Dec 11, 2023
2 parents 36f797d + 605976d commit fb74460
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ To run locally, execute:

The service will be available at [`localhost:4000`](http://localhost:4000) from your browser.

To enable hot reloading of the web application, make sure you have NodeJS installed and execute:

```shell
npm run watch
```

## Git commit into to the repository

We advise to add [scope](https://ec.europa.eu/component-library/v1.15.0/eu/docs/conventions/git/#:~:text=feat%3A%20A%20new%20feature,bug%20nor%20adds%20a%20feature)
Expand Down
2 changes: 2 additions & 0 deletions start.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/sh

mvn spring-boot:run

0 comments on commit fb74460

Please sign in to comment.