First, install the dependencies:
$ npm i -g nbb && npm install
$ npx playwright install
$ nbb main.cljs --help
or with a url and no further arguments:
$ nbb main.cljs <url>
$ nbb main.cljs https://www.simon-neutert.de --allscreen --timeout=3000
$ nbb main.cljs https://www.simon-neutert.de -a -t3000