Skip to content

seanoshea/krissyoshea

Repository files navigation

Twitter: @seanoshea License Build Status Coverage Status

About

Website for http://krissyoshea.com

Setup

  1. Get npm installed on your machine.
  2. Alter ~/.npmrc to point at prefix = ~/.node
  3. Install yeoman, grunt and bower with sudo npm install -g yo grunt-cli bower
  4. cd into the base directory and run npm install and bower install

Running the app locally

grunt serve should be executed from the base of the project.

Running the tests

grunt test should run the unit tests from the base of the project.

Building release versions

grunt build will create a release version of the app.

Contributing

Contributions to the development of the app are always welcome. Some guidelines:

  • If you found a bug, and can provide steps to reliably reproduce it, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

There's a simple well-intentioned Code of Conduct for any community that might spring up around the development of the app too.