Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanoshea/krissyoshea
photography/styling website
https://github.com/seanoshea/krissyoshea
Last synced: 14 days ago
JSON representation
photography/styling website
- Host: GitHub
- URL: https://github.com/seanoshea/krissyoshea
- Owner: seanoshea
- License: other
- Created: 2011-08-26T00:30:11.000Z (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2020-05-29T19:38:33.000Z (over 4 years ago)
- Last Synced: 2024-11-02T14:20:20.350Z (2 months ago)
- Language: JavaScript
- Homepage: http://krissyoshea.com
- Size: 58.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![Twitter: @seanoshea](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/seanoshea)
[![License](http://img.shields.io/badge/license-BSD-green.svg?style=flat)](https://github.com/seanoshea/krissyoshea/blob/develop/LICENSE)
[![Build Status](https://img.shields.io/travis/seanoshea/krissyoshea/develop.svg?style=flat)](https://travis-ci.org/seanoshea/krissyoshea)
[![Coverage Status](https://coveralls.io/repos/seanoshea/krissyoshea/badge.png?branch=develop)](https://coveralls.io/repos/seanoshea/krissyoshea)
# 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](http://contributor-covenant.org/version/1/2/0/code_of_conduct.txt) for any community that might spring up around the development of the app too.