π 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 installnpm run devThis will create the dist/ directory for publishing to static hosting:
npm run generateTo preview the static generated app, run npm run start