Merge pull request #44 from mozilla/navupdate deleted header’s background image
Merge pull request #44 from mozilla/navupdate
deleted header’s background image
UX Personas for the Webmaker Project.
git clone https://github.com/mozilla/webmaker-personas/
npm install
grunt dev
npm
bower
npm install -g bower
grunt
npm install -g grunt-cli
grunt validate
grunt build
/build/
/build
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Webmaker Personas
UX Personas for the Webmaker Project.
TL;DR
git clone https://github.com/mozilla/webmaker-personas/npm installgrunt dev(this will build the site & launch the local server on port 9006)Dev Dependencies
npmbower(vianpm install -g bower)grunt(vianpm install -g grunt-cli)Local Dev
npm installgrunt dev(launch browser, http://localhost:9006/)grunt validate, or take your chances ongrunt.Grunt Tasks
gruntCleans and verifies code. Allegedly. Needs testing.grunt validateRead-only version of above. Also needs testing.grunt buildBuilds the static site in/build/.grunt devBuilds the site, watches the folder, and launches the server.To Deploy
grunt build/buildto the S3 bucket of your choice.