👉 View the knowledgebase • Tutorials • Support Us
👉 See the live knowledgebase at https://wp-dev-recipes.serversideup.net/
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?
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. 👇
Coming Soon
For the time being, if you want to run this on your local development, follow these steps.
Install dependencies:
npm run install
npm run dev
This will create the dist/
directory for publishing to static hosting:
npm run generate
To preview the static generated app, run npm run start