Hello,
Could someone point me out to a step-by-step guide on how to install Sage 10 as a working standalone theme (no Bedrock) for a shared host situation? Is this still not-being-supported-but possible?
I have created a new local by flywheel WordPress and I can’t get it to work.
After installing Sage and Acorn with composer, the theme is showing without issues but I can’t update it in any way (using yarn build or yarn dev).
Bud config:
app.setPublicPath('/wp-content/themes/sage/public/');
.setUrl('http://localhost:3000')
.setProxyUrl('http://sage-test.local/')
In the past, I was told to use Acorn 2.0 as a mu-plugin, downloaded from the GitHub directory, but the outcome explained above is the same.
Any help appreciated. Thanks.