devkit-chrome-extension
v1.0.0
Published
chrome extension for jimdo devkit
Downloads
2
Readme
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 [email protected]:Jimdo/devkit-chrome-extension
cd devkit-chrome-extension
# install dependencies
npm i
# fire up webpack and setup local environment
npm start
# run tests in a single run
npm test
# run tests and watch file changes
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.