070d16517b
* fix: Discrepancies in lock.json after setting up docs * Move to yarn engine from npm * ignore lock.json |
||
---|---|---|
.. | ||
core | ||
src | ||
static | ||
.gitignore | ||
package.json | ||
README.md | ||
sidebars.json | ||
siteConfig.js | ||
yarn.lock |
How to build these docs
We use Docusaurus for our docs. Assuming you have Node.js installed (which includes npm), you can install Docusaurus with:
You will need to install Yarn before you can build the site.
npm install -g yarn
Once you have installed yarn, navigate to docs directory & set-up the dependencies.
cd docs
yarn
Once this is done, generate the docs with:
yarn build
You can also spin a local web server to serve the docs for you, with auto-refresh when you edit the source files, with:
yarn start