This repo has two purposes:
- Provide a directory listing of the people building and using SHARE
- Serve as a learning tool for learning Git and GitHub
- Add a JSON file with your name as the filename, e.g.
taylor-swift.json
, to the appropriate directory. Fill out your information. - Send a PR.
Example JSON file:
{
"first": "Taylor",
"last": "Swift",
"twitter": "SwiftOnSecurity"
}
Valid keys:
first
last
email
osf
github
twitter
personal
- Install requirements:
pip install -r requirements.txt
- Build the site (and watch for changes):
inv watch -b