Chemistry RDM Knowledge Base

This repo is the core of the NFDI4Chem knowledge base.

kb-deploy

How to contribute

Create a fork of the repository. Make additions/changes as you required. Create pull-request. Your changes will then be reviewed by editors of this page. In case of any problems, or if you are unable to contribute via github contact helpdesk@nfdi4chem.de.

Conventions

  • Use british english
  • headings with: # (primary), ## (secondary), ### (tertiary etc)
  • Citations: only cite doi and add link to doi

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

Instead of npm you can also use yarn.

npm install

Local Development

npm start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server. Press Ctrl + C to stop.

Build

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Clear Cache

npm run clear