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
February 28, 2023 11:26
February 28, 2014 22:18
February 1, 2017 16:57
November 14, 2017 16:42
February 4, 2022 14:42
May 7, 2018 09:40
September 10, 2020 15:34
February 15, 2021 16:24

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.