If you want to see it live, go to: Dutch or English.
In the project directory, run:
$ npm install
$ npm startThis will start the application in development mode, thus the website will only be served in English.
If you want to run it locally as if it were in production, use the following commands:
$ npm install
$ NODE_ENV=production npm run start-express-ssrIn production mode you will be able to switch between the Dutch and English versions.