Getting updates

In order to get the latest updates, first pull the changes from the git repository:

  1. git pull

Then install any new or updated dependencies:

  1. npm install

Rebuild the project:

  1. npm run build

Finally, start the application:

  1. npm run start