## GET STARTED
-
Follow instructions in developing docs to set up a client branch.
-
Copy entire torque-child-theme directory into themes.
- Include package.json, webpack.config.js, and other config files
- Exclude node_modules if for some reason it exists
-
Find and replace the following in the entire directory: Note: do not use numbers or special characters
- Northern Trust (eg 905 Fulton)
- northern-trust-child (eg 905-fulton-child) Note: best practise is to include -child at the end
- TQNT (eg Fulton)
- https://github.com/vallgroup/Torque-Theme/tree/northern-trust (eg https://github.com/vallgroup/Torque-Theme)
- Northern Trust (eg Fulton)
-
Rename all files in this directory: {torque-child_theme}-etc-class.php => {northern-trust-child}-etc-class.php
-
Add 'northern-trust-child' to cli/lib/workspaces.sh
-
Open new terminal, and in project root, run:
$ yarn
to install/link dependencies.
-
Return to 'developing' docs in parent theme to finish setting up the new client branch.
-
Delete the README up to here and fill in the rest.