reqT project web pages at https://reqt.github.io/
Make sure you have scala
and pandoc
and node
on path.
If you get Error: Cannot find module 'jsdom'
then issue these commands:
npm init private
npm install jsdom
Build everything with: scala run build.scala
You can e.g. use Live Server Preview in vscode by pressing Ctrl+Shift+P and start typing Live Server: Open with Live Serve
.
For maintainers with push access: git push
and it will be live after a while.