statamic / workshop

Create and edit entries, pages, and globals on the front-end of your site without the control panel.
https://statamic.com/marketplace/addons/workshop
3 stars 2 forks source link
addon statamic statamic-addon statamic-v2

Workshop Statamic 2.1.0

Create and edit entries, pages, and globals on the front-end of your site without the control panel.

License

Workshop requires a license to be used while on a production site.
You can purchase one at https://statamic.com/marketplace/addons/workshop.

You may use Workshop without a license while Statamic is in Trial mode.

Documentation

Read it on the Statamic Marketplace or contribute to it here on GitHub.

Developing

Ensure you have an .env file and adjust STATAMIC_PATH to the path to your Statamic development site:

cp .env.example .env

Install npm dependencies:

npm install

Run the watcher. This will copy files to your development site's site/addons/Workshop directory and re-copy them whenever you make a change.

npm run watch

Make sure you edit files in this repo and not in your Statamic dev site.