Closed xavierartot closed 5 years ago
The Composer error says that the homepage URL in the authors config is not the correct format. Change it to something like:
"authors": [
{
"name": "Lee Anthony",
"homepage": "https://xavierv.com",
"role": "Developer"
}
],
The second error is caused by the local certificate. You can use a non-secure site by removing the https settings in the Gulpfile.js
I'm using MAMP I don't have domain, I just trying this starter theme.
gulpfile.js can minifiy the css and js, I don't see the tasks? Do I have to change the proxy to my local server?
proxy: 'https://xav',
host: 'xav',
open: 'external',
port: '8000',
//https: {
//'key': '/Users/seothemes/.valet/Certificates/xav.key',
//'cert': '/Users/seothemes/.valet/Certificates/xav.crt'
//}
}
Closing as this is not a theme issue. For support please visit https://seothemes.com/support
I cloned the project and sh setup.sh I have this error:
then
Here my composer.json