OurBigBook
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:
npm test
or the executable interactively as:
./ourbigbook .
It also works from a subdirectory:
mkdir -p tmp
cd tmp
../ourbigbook .

Ancestors

  1. Run OurBigBook master
  2. Developing OurBigBook
  3. OurBigBook Project