Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit be1ddf8

Browse files
committed
bump
1 parent baa7a84 commit be1ddf8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Next.js WordPress Starter
22

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.
44

5-
👉 https://nextjs-wordpress-starter.vercel.app
5+
👉 https://nextjs-wordpress-starter.vercel.app
66

77
<a href="https://webdevstudios.com/contact/"><img src="https://webdevstudios.com/wp-content/uploads/2018/04/wds-github-banner.png" alt="WebDevStudios. Your Success is Our Mission."></a>
88

@@ -30,6 +30,7 @@ You will need the following installed on your computer:
3030

3131
The following frontend technologies are used on this project:
3232

33+
- [Next.js](https://nextjs.org/)
3334
- [TailwindCSS](https://tailwindcss.com/)
3435
- [Prettier](https://prettier.io/)
3536
- [ESLint](https://eslint.org/)
@@ -42,9 +43,7 @@ The backend (WordPress) is running [WPGraphQL](https://github.com/wp-graphql/wp-
4243

4344
## 🚀 Getting Started
4445

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`.
4847

4948
**Clone the repo:**
5049

@@ -58,7 +57,7 @@ git clone [email protected]:WebDevStudios/nextjs-wordpress-starter.git
5857
yarn
5958
```
6059

61-
**Create an environment variable:**
60+
**Create an environment variable file:**
6261

6362
```bash
6463
cp .env.local.example .env.local
@@ -71,7 +70,7 @@ cp .env.local.example .env.local
7170
```bash
7271
yarn start
7372
```
74-
The frontend will be available at http://localhost:3000
73+
The frontend is now available at http://localhost:3000
7574

7675
---
7776

0 commit comments

Comments
 (0)