Website for http://krissyoshea.com
- Get
npm
installed on your machine. - Alter
~/.npmrc
to point atprefix = ~/.node
- Install
yeoman
,grunt
andbower
withsudo npm install -g yo grunt-cli bower
cd
into the base directory and runnpm install
andbower 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.