We use Docusaurus for our website.
If you want to run it locally, you can follow the instructions below, otherwise you should be able to edit most pages directly with a Markdown editor or IDE. Opening a pull request for your changes will generate a preview on Netlify that you can browse to check the rendering.
CD into the repository parent folder and install dependencies
cd openrefine.org
npm installStart the development server on localhost
npm run startThis command starts a local development server and opens up a browser window. Usually at the URL http://localhost:3000 Most changes are reflected live without having to restart the server.
You can locally test (with parameters) the static content in the build directory (in case you don't have access to a hosting service) by using:
npm run serveIf you are using GitHub pages for hosting, this command is a convenient way to build the website
and push to the gh-pages branch.
GIT_USER=<Your GitHub username> USE_SSH=true npm run deployThis website is published under the Creative Commons Attribution 4.0 International License.