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
[alt: video walkthrough of adding a new blog post]
95
97
98
+
## Netlify Visual Editor
99
+
100
+
This template is configured to work with [visual editing](https://docs.netlify.com/visual-editor/overview/) and [Git Content Source](https://docs.netlify.com/create/content-sources/git/).
101
+
102
+
### Develop with Netlify Visual Editor Locally
103
+
104
+
The typical development process is to begin by working locally. Clone this repository, then run `npm install` in its root directory.
105
+
106
+
Run the Next.js development server:
107
+
108
+
```txt
109
+
cd nextjs-blog-theme
110
+
npm run dev
111
+
```
112
+
113
+
Install the [Netlify Visual Editor CLI](https://www.npmjs.com/package/@stackbit/cli). Then open a new terminal window in the same project directory and run the Netlify visual editor dev server:
114
+
115
+
```txt
116
+
npm install -g @stackbit/cli
117
+
stackbit dev
118
+
```
119
+
120
+
This outputs your own Netlify visual editor URL. Open this, register, or sign in, and you will be directed to Netlify's visual editor for your new project.
121
+
122
+

123
+
124
+
### Next Steps
125
+
126
+
Here are a few suggestions on what to do next if you're new to Netlify Visual Editor:
@@ -106,3 +141,7 @@ If your team is not interested in this tooling, you can remove them with ease!
106
141
### Removing Renovate
107
142
108
143
In order to keep our project up-to-date with dependencies we use a tool called [Renovate](https://github.com/marketplace/renovate). If you’re not interested in this tooling, delete the `renovate.json` file and commit that onto your main branch.
144
+
145
+
## Support
146
+
147
+
If you get stuck along the way, get help in our [support forums](https://answers.netlify.com/).
0 commit comments