time-to-botec/squiggle/node_modules/@quri/squiggle-lang/scripts/README.md
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

10 lines
272 B
Markdown

Various scripts used for development and benchmarking.
None of these are bundled in the NPM package.
# How to run these scripts
Option 1. `ts-node ./scripts/run.ts`. Slow, but doesn't require rebuilds.
Option 2. Run `yarn build` and then `node ./dist/scripts/run.js`.