CalderaWP / Caldera-Forms

Drag and drop, responsive WordPress form builder.
https://CalderaForms.com
GNU General Public License v2.0
187 stars 166 forks source link

Caldera-Forms

Drag & Drop WordPress Responsive Form Builder

🌋👀 Docs, Add-ons & More Information:

🌋👀 Development

Install for development

Requires: git, yarn, Grunt.

Build For Release

To create a build to ship to WordPress.org: yarn package

This creates /build/<version> where <version> is the current version set in package.json. This creates a directory you can ZIP up for testing or whatever.

See "Release To WordPress.org" section below for more details on pushing this build to WordPress.org.

JavaScript Development

[See automated testing docs for more information on directory structure, in regards to JavaScript test files]()

Run watcher for development to auto-compile JavaScript and CSS.

/clients/

This is the new stuff, built with webpack. Eventually everything UI will be here.

/assets/

This is the old stuff, built with grunt.

CLI Commands

Composer
yarn
wp-cli

Probably don't use these directly. They will change. Must be prefaced with docker-compose run --rm cli

Release To WordPress.org

Requires

Steps

Notes