Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: make start script executable and add hot reloading instructions #58

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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