WordPress is being run on Local.app by Flywheel:
Depending on how you run your WordPress sites, whether through Local.app, XAMPP, Docker or some such, you can enter the WP location by editing the next.config.js
file and setting WP_URL to the appropriate value.
The Next.js/React frontend client is running on:
npm run dev
- Client
- Move menus API call to _app
- Pull in WP page content dynamically
- Testing setup?