add sampler script + samples folder with README

This commit is contained in:
Felix Roos 2024-03-30 04:42:45 +01:00
parent abe775c3fd
commit 8f355dcf96
7 changed files with 10 additions and 50 deletions

View file

@ -25,6 +25,7 @@
"format-check": "prettier --check .",
"report-undocumented": "npm run jsdoc-json && node jsdoc/undocumented.mjs > undocumented.json",
"check": "npm run format-check && npm run lint && npm run test",
"sampler": "cd packages/sampler && node sample-server.mjs",
"iclc": "cd paper && pandoc --template=pandoc/iclc.html --citeproc --number-sections iclc2023.md -o iclc2023.html && pandoc --template=pandoc/iclc.latex --citeproc --number-sections iclc2023.md -o iclc2023.pdf"
},
"repository": {