This plugin initiates your WordPress site with the required JavaScript and CSS to easily publish Four Corners photos.
Create your Four Corners photo at fourcornersproject.org
Run npm install
if this is the first time developing on the repo.
This is your development cycle:
- Update code in
src/
- Run
update_version.sh
with the old and new version number:./update_version.sh 1.2.3 1.2.4
- Run
npm run build
(or./build.sh
, they do the same thing) - Copy/rename
dist
tofour-corners-wp-plugin
- Zip that folder and that is your plugin to upload