Bringing the addon goods to your statamic site for testing in less than 12 parsecs.
- Git clone this repo.
- Run
npm install
. - Create an
.env
file (seesample.env
example) that links to both your addon folder and statamic site. - Run
npm run watch
.
You should now be able to test your addon in any statamic site, while developing the addon in it's own repo 👌