You need node.js. If you want to know which version to use look in the package.json of this repository. Most likely the current LTS - version should work.
Clone the repository first.
Run this command in the terminal in the folder where the package.json is located:
npm install
Run this command in the terminal to start the app:
npm run start