## 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
- <torque_child_theme_name> (eg 905 Fulton)
- <torque_child_theme_slug> (eg 905-fulton-child) Note: best practise is to include -child at the end
- <torque_child_theme_class_prefix> (eg Fulton)
- <torque_child_theme_uri> (eg https://github.com/vallgroup/Torque-Theme)
- <torque_child_theme_client_name> (eg Fulton)
-
Rename all files in this directory: {torque-child_theme}-etc-class.php => {<torque_child_theme_slug>}-etc-class.php
-
Add '<torque_child_theme_slug>' 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.