Please create a new json file called .hayde.json
in your project root. This file will be used to configure the Hayde.
Please check the example below to see how to configure the Hayde or you can check the example file in this repository. You can also find examples in the examples folder.
{
"plugins": [
"general",
{
"name": "css",
"options": {
"cssModuleSupport": true,
"sassSupport": false
}
},
"reactJS",
"materialUI",
"chakraUI"
]
}
Please check Features Folder for more information about the options.