Skip to content

NFDI4Chem/dcat-ms-ap

dcat-ms-ap

A dcat ap implementing the recommendations fo the MS MIChI.

Website

https://NFDI4Chem.github.io/dcat-ms-ap

Repository Structure

Installation

uv venv
source .venv/bin/activate
uv pip install rust-just
uv pip install poetry
uv pip install linkml

Developer Documentation

To run commands you may use good old make or the command runner [just](https://github.com/casey/just/) which is a better choice on Windows. Use the `make` command or `duty` commands to generate project artefacts: * `make help` or `just --list`: list all pre-defined tasks * `make all` or `just all`: make everything * `make deploy` or `just deploy`: deploys site

Credits

This project was made with linkml-project-cookiecutter.