Skip to content

CenterForOpenScience/osf.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSF

The code for https://osf.io.

Running the OSF For Development

To run the OSF 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.