Run OurBigBook master mentions how to install and then run OurBigBook master globally, which is useful build some projects locally on master.
To instead install locally in the current directory only instead, which can be useful for bisection:
npm install
ln -s .. node_modules/ourbigbook
npm run build-assets
You can now run tests as:or the executable interactively as:It also works from a subdirectory:
npm test
./ourbigbook .
mkdir -p tmp
cd tmp
../ourbigbook .