Prerequisites:
- Install Node.js, version v12 or later
- Install the yarn package manager
Run these commands from the context of this research
directory, as opposed to the root directory. This list contains the most useful commands. You should run yarn run
to see all scripts.
yarn # install dependencies
yarn start # run docs
yarn build # build docs
The site is deployed automatically on merge to master
.