This repo is the core of the NFDI4Chem knowledge base.
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.
- Use british english
- headings with: # (primary), ## (secondary), ### (tertiary etc)
- Citations: only cite doi and add link to doi
This website is built using Docusaurus 2, a modern static website generator.
Instead of npm
you can also use yarn
.
npm install
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.
npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
npm run clear