You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Next.js WordPress Starter
2
2
3
-
Our fork of the [official Next.js WordPress Example](https://github.com/vercel/next.js/tree/canary/examples/cms-wordpress). Used as a starter for headless WordPress projects.
3
+
WebdevStudios fork of the [official Next.js WordPress Example](https://github.com/vercel/next.js/tree/canary/examples/cms-wordpress). Used as a starter for headless WordPress projects.
4
4
5
-
👉 https://nextjs-wordpress-starter.vercel.app
5
+
👉 https://nextjs-wordpress-starter.vercel.app
6
6
7
7
<ahref="https://webdevstudios.com/contact/"><imgsrc="https://webdevstudios.com/wp-content/uploads/2018/04/wds-github-banner.png"alt="WebDevStudios. Your Success is Our Mission."></a>
8
8
@@ -30,6 +30,7 @@ You will need the following installed on your computer:
30
30
31
31
The following frontend technologies are used on this project:
32
32
33
+
-[Next.js](https://nextjs.org/)
33
34
-[TailwindCSS](https://tailwindcss.com/)
34
35
-[Prettier](https://prettier.io/)
35
36
-[ESLint](https://eslint.org/)
@@ -42,9 +43,7 @@ The backend (WordPress) is running [WPGraphQL](https://github.com/wp-graphql/wp-
42
43
43
44
## 🚀 Getting Started
44
45
45
-
The following instructions will standup a local install of the frontend. It queries data from the WordPress backend via GraphQL. Authentication happens via environment variable `.env.local`.
46
-
47
-
### Install Frontend
46
+
The following instructions will standup a local install of the frontend (Next.js). It queries data from the backend (WordPress) via GraphQL. Authentication happens via environment variable `.env.local`.
0 commit comments