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

Commit 45d9c01

Browse files
committed
bump
1 parent 3cbaf43 commit 45d9c01

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
1-
# Next.js WordPress Starter
1+
# Next.js WordPress Starter <!-- omit in toc -->
22

33
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

9-
## Table of Contents
10-
- [Preface](#preface)
11-
- [Frontend Development (Next.js)](#frontend-development-nextjs)
12-
- [Install Frontend](#install-frontend)
13-
- [Backend Info (WordPress)](#backend-info-wordpress)
14-
- [Workflow](#workflow)
15-
- [Git Workflow](#git-workflow)
16-
- [Deployments](#deployments)
17-
- [Git and hosting](#git-and-hosting)
18-
- [Credentials](#credentials)
19-
- [Contributing](#contributing)
9+
## 🗂 Table of Contents
10+
11+
- [🗂 Table of Contents](#-table-of-contents)
12+
- [🎓 Preface](#-preface)
13+
- [🚀 Getting Started](#-getting-started)
14+
- [🔧 WordPress Info (The Backend)](#-wordpress-info-the-backend)
15+
- [💻 Workflow](#-workflow)
16+
- [Local by Flywheel](#local-by-flywheel)
17+
- [Deployments](#deployments)
18+
- [Git Branches](#git-branches)
19+
- [Git Workflow](#git-workflow)
20+
- [Credentials](#credentials)
21+
- [:octocat: Contributing](#octocat-contributing)
2022

2123
---
2224

@@ -63,13 +65,14 @@ yarn
6365
cp .env.local.example .env.local
6466
```
6567

66-
*The environment variable credentials are in: `1password --> Next.js Environment Variables`. Copy & paste those credentials into `.env.local`*
68+
_The environment variable credentials are in: `1password --> Next.js Environment Variables`. Copy & paste those credentials into `.env.local`_
6769

6870
**Start the development server:**
6971

7072
```bash
7173
yarn dev
7274
```
75+
7376
The frontend is now available at http://localhost:3000
7477

7578
---
@@ -133,10 +136,11 @@ There is an [Local export available](https://drive.google.com/file/d/1p0qvsf2OWS
133136
6. Repeat ♻️
134137

135138
### Credentials
139+
136140
- WordPress - `1password --> "Next.js on WPE"`
137141
- Environment Variable - `1password --> "Next.js Environment Variables"`
138142
- To view hosting dashboards, ping Greg
139143

140-
## 🙌🏻 Contributing
144+
## :octocat: Contributing
141145

142146
Your [contributions](https://github.com/WebDevStudios/nextjs-wordpress-starter/blob/main/.github/CONTRIBUTING.md) and issues are welcome.

0 commit comments

Comments
 (0)