This repository is designed to be set up in accordance with INN's umbrella repo process, as described in https://github.com/INN/docs/blob/master/projects/largo/umbrella-setup.md
Prompt | Text to enter |
---|---|
Name of new site directory: | chicagoreporter |
Domain to use (leave blank for largo-umbrella.dev): | chicagoreporter.test |
Install as multisite? (y/N): | n |
Enable WP_DEBUG and WP_DEBUG_LOG (y/N): | y |
After reviewing the options and creating the new install, partake in the following steps:
git clone --recursive git@github.com:INN/umbrella-chicagoreporter.git
git submodule init --recursive
cd wp-content/themes/chicagoreporter/
npm i
See migration-notes.md.