Skip to content

CenterForOpenScience/osf.io

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
August 28, 2022 11:27
May 5, 2023 19:41
February 1, 2017 16:57
November 14, 2017 16:42
November 10, 2023 14:37
May 7, 2018 09:40
September 10, 2020 15:34
September 15, 2023 12:59

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.