Skip to content

reqT/reqT.github.io

Repository files navigation

reqT.github.io

reqT project web pages at https://reqt.github.io/

How to build

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

How to run

You can e.g. use Live Server Preview in vscode by pressing Ctrl+Shift+P and start typing Live Server: Open with Live Serve.

How to publish

For maintainers with push access: git push and it will be live after a while.