RCOSDP / RDM-osf.io

Facilitating Open Science
https://rcos.nii.ac.jp
Apache License 2.0
13 stars 24 forks source link

GakuNin RDM

The code for https://rcos.nii.ac.jp.

More Resources

Running the GakuNin RDM For Development


OSF

The code for https://osf.io.

Running the GakuNin RDM For Development

To run the GakuNin RDM for local development, see README-docker-compose.md.

Optional, but recommended: To set up pre-commit hooks (will run formatters and linters on staged files):

pip install pre-commit

pre-commit install --allow-missing-config

More Resources

The COS Development Docs provide detailed information about all aspects of OSF development. This includes style guides, process docs, troubleshooting, and more.