Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

mozilla/mofo-campaignurl

Repository files navigation

campaignurl

Check URLs for marketing campaigns

Init

$ npm install
$ bower install

Develop

$ grunt serve

Deploy

$ grunt build
$ git add --all
$ git commit -m '...'
$ git subtree push --prefix dist mozilla gh-pages
$ git push mozilla master