notes_standalone 325 B

123456789
  1. First, make sure you have nodejs and npm installed.
  2. Then, from within the root directory of blockscad, install the necessary nodejs dev stuff by running the command
  3. npm -d install
  4. Next, build standalone binaries by running
  5. npm run-script build-standalone
  6. the resulting binaries are in the newly-created build directory.