WP Manifestindependent plugin directory
manifest / editor / pmsite-docs

Plugin Machine Docs

A plugin I made for PluginMachine.com that adds blocks to the docs post type.

by Josh Pollock · github.com/imaginarymachines/pmsite-docs

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/imaginarymachines/pmsite-docs/archive/refs/heads/main.zip

Readme

Plugin Machine Docs

Installation

  • Git clone:
    • git clone git@github.com:imaginary-machines/pmsite-docs.git
  • Install javascript dependencies
    • yarn

Working With JavaScript

  • Build JS/CSS
    • yarn build
  • Start JS/CSS for development
    • yarn start
  • Test changed files
    • yarn test --watch
  • Test all files once
    • yarn test
    • yarn test --ci

Local Development Environment

A docker-compose-based local development environment is provided.

  • Start server
    • docker-compose up -d
  • Acess Site
  • Run WP CLI command:
    • docker-compose run wpcli wp user create admin admin@example.com --role=admin user_pass=pass

Read the full README on GitHub →