OSF Pages is an Open Science Framework (OSF) addon and website builder that helps OSF users build beautiful websites very quickly using their existing project details. OSF Pages doesn't need additional hosting or management and it's free and open source.
You will need the following things properly installed on your computer.
$ git clone https://github.com/cos-labs/osfpages-service.git
$ cd osfpages-service
#### Install Dependencies:
Setting up a virtual environment for Python 3 is recommended.
$ pyenv virtualenv 3.6.0 osfpages-service
$ pip install -r requirements.txt
$ brew install postgres
$ createdb
$ brew services postgres start
python manage.py test