An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Workshop ![Statamic 2.1.0](https://img.shields.io/badge/statamic-2.1.0-blue.svg?style=flat-square)

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.**