Simplenote Homepage Redesign - Getting Started

Installing Yeoman

This project uses Yeoman (Yo, Grunt.js, Bower.js) to manage the project workflow. If you don't already have Yeoman, Grunt, and Bower installed, then run:

$ sudo npm install -g yo grunt-cli bower

Installing Dependencies:

$ npm install

$ bower install

Running Locally

$ grunt serve

Building Locally

$ grunt build

The output of the build process lives in dist.