Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Files

This branch is 3814 commits behind OpenRefine/OpenRefine:master.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 24, 2020
Apr 22, 2020
Apr 3, 2020
Apr 20, 2020
Apr 20, 2020
Apr 20, 2020
Apr 9, 2020
Apr 22, 2020
Jun 6, 2020

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