The application can be run with the use of npm.
To run the application locally clone the repository.
Enter the directory ./bachelor-app/
and use $ npm start
.
The application should now be available at http://localhost:3000/
.
For more information about npm commands available see READ ME.
Deployment is done automatically through github actions.
Pushes to the main
branch or any pull-requests with main
as base will be deployed.