`si_setup()` combines three function - `folder_setup()`, `setup_gitignore()`, and `setup_readme()` to create the base OHA/SI project structure with the necessary folders, disclaimers, and ignored files.
si_setup()
creates folders, readme, and gitignore
Other project setup:
folder_setup()
,
setup_gitignore()
,
setup_readme()