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