devkit-chrome-extension
chrome extension to preview and debug jimdo templates
Usage
The Devkit is avaliable in the Chrome Webstore, you can download it here. After
downloading just open your template in Chrome and trigger the extension. You should get a preview of a jimdo website with your template. Happy coding ;)
Contribute
git clone git@github.com:Jimdo/devkit-chrome-extension
cd devkit-chrome-extension
npm i
npm start
npm test
npm run test-watch
We're deploying our extension with Travic CI. Simple merge your PR into master and travis will run thetests and create a new version - it will automatically deploy to the Chrome Webstore.