Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/pkeuyijj/tuveranoexpress.com/wp-includes/functions.php on line 6131

Hello World!

Wordpress Theme rapid development using Vite & Tailwindcss

To test browser sync in development mode ensure the following:

// define IS_VITE_DEVELOPMENT in functions or wp-config.php define('IS_VITE_DEVELOPMENT', TRUE);

// run first time in your theme folder (node.js required) npm install

// start development & refresh your browser npm run dev

More instructions here.