Website for http://krissyoshea.com
- Get
npminstalled on your machine. - Alter
~/.npmrcto point atprefix = ~/.node - Install
yeoman,gruntandbowerwithsudo npm install -g yo grunt-cli bower cdinto the base directory and runnpm installandbower install
grunt serve should be executed from the base of the project.
grunt test should run the unit tests from the base of the project.
grunt build will create a release version of the app.
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.
