Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 608 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 608 Bytes

Center for Open Neuroscience (CON)

This repository provides sources for the website at http://centerforopenneuroscience.org

Website design

It is largely based on buddycloud.com design which was released under Apache 2.0 license. New content of the website is released under CC BY 3.0 license.

HOWTO

Install pelican (e.g. pip install pelican). You might need to get files using git-annex so do git annex get *. To start serving while developing

make devserver

and to stop later

make stopserver