686 B
686 B
Cognito Forms WordPress Plugin
Development
-
Install Docker Desktop and Yarn
-
Start WordPress and MariaDB using
docker-compose
:docker-compose up -d
-
Install the necessary NPM packages:
yarn install
-
Build the Gutenberg Block:
yarn build
or run the development server:
yarn start
-
Visit the local WordPress instance at
localhost:8085
and go through the installation steps -
Enable the Cognito Forms plugin (Plugins > Installed Plugins > Cognito Forms)
-
Hack away ⚙️
Deploy
Plugin is automatically built in a DevOps pipeline.
Details under construction 🚧