Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 357 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 357 Bytes

A Headless WP using NextJS Front-end

To get this to work, you will need the following env :

  • NEXT_PUBLIC_SUPABASE_URL (gotten from your Supabase instance)
  • NEXT_PUBLIC_SUPABASE_ANON_KEY (gotten from your Supabase instance)
  • WORDPRESS_API_URL (this can be gotten by downloading the WPGraphQL Plugin on your WordPress instance and copying the API URL)