2022-02-26 15:41:59 -05:00
2022-03-30 11:03:12 -04:00
2021-06-16 23:05:18 -04:00
2021-06-16 23:05:18 -04:00
2022-02-06 22:01:32 -05:00
2022-02-10 18:01:32 -05:00
2022-02-19 17:34:16 -05:00
2022-02-19 16:43:54 -05:00
2022-04-15 12:57:12 -04:00
2022-03-30 11:31:44 -04:00
2022-02-18 13:58:26 -05:00
2022-01-26 14:04:18 -05:00
2022-04-15 12:45:08 -04:00
2022-03-06 15:18:26 -05:00
2022-03-06 15:18:26 -05:00
2022-03-06 15:18:26 -05:00
2022-03-06 15:18:26 -05:00
2022-03-06 15:18:26 -05:00
2022-03-06 15:18:26 -05:00
2022-01-26 13:58:38 -05:00

Cognito Forms WordPress Plugin

Development

  1. Install Docker Desktop and Yarn

  2. Start WordPress and MariaDB using docker-compose:

     docker-compose up -d
    
  3. Install the necessary NPM packages:

     yarn install
    
  4. Build the Gutenberg Block:

     yarn build
    

    or run the development server:

     yarn start
    
  5. Visit the local WordPress instance at localhost:8085 and go through the installation steps

  6. Enable the Cognito Forms plugin (Plugins > Installed Plugins > Cognito Forms)

  7. Hack away ⚙️

Deploy

Plugin is automatically built in a DevOps pipeline.

Details under construction 🚧

Description
Cognito Forms WordPress Plugin
Readme 5.3 MiB
Languages
PHP 45.7%
TypeScript 39.7%
JavaScript 8.9%
SCSS 5.7%