Download and install the latest version of the HubL Local Server from https://designers.hubspot.com/docs/tools/local-hubl-serverarrow-up-right
We use the same local server installation for all projects and for this to work we need to change templateBaseDir in conf/config.yaml to:
templateBaseDir
conf/config.yaml
templateBaseDir: work/hubthemes
When setting up a new project / cloning a repo, the project root folder should be your-hubl-server-folder/work/hubthemes/project-name
your-hubl-server-folder/work/hubthemes/project-name
To start the HubL Local Server you can use gulp or gulp dev on older projects.
gulp
gulp dev
Last updated 7 years ago