1.0.0 • Published 8 years ago

devkit-chrome-extension v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

devkit-chrome-extension Build Status

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

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