Skip to content

UCF/CREOL-Senior-Design

Repository files navigation

{{My Project}}

{{Here is a short description of the plugin. This should be no more than 150 characters. No markup here.}}

Description

{{This is the long description. No limit, and you can use Markdown (as well as in the following sections).}}

Documentation

Head over to the {{My Project}} wiki for detailed information about this plugin, installation instructions, and more.

Changelog

= 1.0.0 = {{Update number as needed!}}

  • Initial release

Upgrade Notice

n/a

Development

Note that compiled, minified css and js {{edit this list if the plugin doesn't include css/js!}} files are included within the repo. Changes to these files should be tracked via git (so that users installing the plugin using traditional installation methods will have a working plugin out-of-the-box.)

Enabling debug mode in your wp-config.php file is recommended during development to help catch warnings and bugs.

Requirements

  • node v16+
  • gulp-cli

Instructions

  1. Clone the {{My-Project}} repo into your local development environment, within your WordPress installation's plugins/ directory: git clone https://github.com/UCF/{{My-Project}}.git

  2. cd into the new {{My-Project}} directory, and run npm install to install required packages for development into node_modules/ within the repo

  3. Optional: If you'd like to enable BrowserSync for local development, or make other changes to this project's default gulp configuration, copy gulp-config.template.json, make any desired changes, and save as gulp-config.json.

    To enable BrowserSync, set sync to true and assign syncTarget the base URL of a site on your local WordPress instance that will use this plugin, such as http://localhost/wordpress/my-site/. Your syncTarget value will vary depending on your local host setup.

    The full list of modifiable config values can be viewed in gulpfile.js (see config variable).

  4. Run gulp default to process front-end assets.

  5. If you haven't already done so, create a new WordPress site on your development environment to test this plugin against{{IF THIS PLUGIN REQUIRES OTHER PLUGINS:}}, and install and activate all plugin dependencies{{ENDIF}}.

  6. Activate this plugin on your development WordPress site.

  7. Configure plugin settings from the WordPress admin under "{{Your plugin's admin menu label}}".

  8. Run gulp watch to continuously watch changes to scss and js files.{{edit this list if the plugin doesn't include css/js!}} If you enabled BrowserSync in gulp-config.json, it will also reload your browser when plugin files change.

Other Notes

  • This plugin's README.md file is automatically generated. Please only make modifications to the README.txt file, and make sure the gulp readme command has been run before committing README changes. See the contributing guidelines for more information.

Contributing

Want to submit a bug report or feature request? Check out our contributing guidelines for more information. We'd love to hear from you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published