Skip to content

Latest commit

 

History

History
executable file
·
34 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

executable file
·
34 lines (24 loc) · 1.07 KB

Caldera-Forms

Drag & Drop WordPress Responsive Form Builder

Docs, Add-ons & More Information:

Development

Install for development

Requires: git, npm, Grunt.

  • Clone repo to plugin directory
    • git clone git@github.com:CalderaWP/Caldera-Forms.git
  • Switch directory
    • cd Caldera-Forms.git
  • npm install
    • npm i

Contributing/ Using This Repo, Etc.

  • The default branch is "master" that should be the same as WordPress.org.
  • Development happens on the "develop" branch.
  • If you find a bug, or would like to make a feature request, please open an issue.
  • If you fixed a bug, or made a new feature, please submit a pull request against the develop branch.