Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.29 KB

README.md

File metadata and controls

49 lines (38 loc) · 1.29 KB

MakandSteve

Makenzie and Steven's Wedding Website http://www.makandsteve.com

Team

  • Steven Stockhamer (stevestock) -- Developer -- @TheStevestock
  • Makenzie Stockhamer -- Designer -- @babehamer

Special Thanks

  • Zach Williams (zawilliams)

Technology

Installation

On Mac:

$ git clone https://github.com/stevestock/makandsteve
$ cd makandsteve
$ brew install n yarn graphicsmagick
$ sudo n latest
$ yarn install
$ yarn build-production

Push to Website

If you rebased, you may need to delete the gh-pages branch if rebased

$ git push origin :gh-pages

Push latest

$ git subtree push --prefix public origin gh-pages