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
Copy file name to clipboardexpand all lines: README.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -26,22 +26,21 @@ A key feature of the Create Content Model plugin is the export of a locked custo
26
26
27
27
## Development
28
28
29
-
*`npm install` to install the dependencies
30
-
*`npm run dev-server` to start the local WordPress server
31
-
* open new terminal window
32
-
*`npm start` to start the JavaScript bundler watcher
29
+
* Run `npm install` to install the dependencies
30
+
* Run `npm run dev-server` to start the local WordPress server
31
+
* In a new terminal window, run `npm start` to start the JavaScript bundler watcher
33
32
34
33
### Bundling
35
34
36
-
Run `npm run plugin-zip` to create a zip file of the plugin. This will automatically bundle the JavaScript files. We will update this with versioning when that is in place.
35
+
Run `npm run plugin-zip` to create a zip file of the plugin. This will automatically bundle the JavaScript files.
37
36
38
37
## Contribute & Contact
39
38
40
39
Want to help us move this concept forward?
41
40
42
41
Feel free to open an issue in the repo to discuss your proposed improvement. Pull requests are welcome for bug fixes and enhancements.
43
42
44
-
We built this as a prototype and may invest into it further based on level of interest. Our near term vision is outline in this [roadmap issue](https://github.com/Automattic/create-content-model/issues/77).
43
+
We built this as a prototype and may invest into it further based on level of interest. Our near term vision is outline in this [roadmap issue](https://github.com/Automattic/create-content-model/issues/77).
0 commit comments