https://github.com/statamic/workshop
Create and edit entries, pages, and globals on the front-end of your site without the control panel.
https://github.com/statamic/workshop
addon statamic statamic-addon statamic-v2
Last synced: 2 months ago
JSON representation
Create and edit entries, pages, and globals on the front-end of your site without the control panel.
- Host: GitHub
- URL: https://github.com/statamic/workshop
- Owner: statamic
- Created: 2016-06-23T21:12:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T12:58:55.000Z (over 6 years ago)
- Last Synced: 2025-03-22T04:41:27.333Z (3 months ago)
- Topics: addon, statamic, statamic-addon, statamic-v2
- Language: PHP
- Homepage: https://statamic.com/marketplace/addons/workshop
- Size: 147 KB
- Stars: 3
- Watchers: 7
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workshop 
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](https://docs.statamic.com/knowledge-base/trial-mode).
## Documentation
Read it on the [Statamic Marketplace](https://statamic.com/marketplace/addons/workshop/docs) or contribute to it [here on GitHub](DOCUMENTATION.md).
## 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.**