Skip to content

serversideup/wp-dev-recipes

Repository files navigation

WP Dev Recipes Logo

👉 View the knowledgebaseTutorialsSupport Us

Build Status Chat License Support us

View the site

👉 See the live knowledgebase at https://wp-dev-recipes.serversideup.net/

WP Dev Recipes

We created a collection of "recipes" to make it easier for you to build and maintain your next WordPress project.

  • ✅ Each recipe is modular and re-usable that solves one problem, very well
  • ✅ We cover many undocumented features inside of WordPress
  • ✅ You'll never need to install plugins to solve simple functionality
  • ✅ All source code is freely available under the MIT license
  • ✅ Every recipe follows modern development practices Questions, Comments, Ideas?

Questions, Comments, Ideas?

We want this to be a living, breathing document and have these recipes be usable in as many ways as possible. If you have any questions, comments, or ideas, feel free to open a thread on our community.

👉 Ask a question on our community →

For contributions and PRs to make these recipes better, see below. 👇

Contribution Instructions

Coming Soon

For the time being, if you want to run this on your local development, follow these steps.

Setup

Install dependencies:

npm run install

Development

npm run dev

Static Generation

This will create the dist/ directory for publishing to static hosting:

npm run generate

To preview the static generated app, run npm run start