Install nodejs: https://nodejs.org/en/
Type npm install
into terminal to install all dependencies (in the directory of the repository)
Now run npm run start:dev
to start the development server
Terminal should output: Project is running at http://localhost:9000/
, open this website in your preferred flavour of browser.