The ReactN documentation relies on a built version of the ReactN package in the root directory in addition to its own dependencies.
From the root repository directory:
yarnto install the dependencies of ReactN.yarn buildto build the latest version of ReactN.
From the /docs directory:
yarnto install the dependencies of the documentation.
From the /docs directory:
yarn startto run a development instance.