Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 643 Bytes

File metadata and controls

33 lines (22 loc) · 643 Bytes

site

My website, ottosipe.com.

To Install:

  • npm install will install all packages.
  • bower install will install web dependencies.

To Run:

  • gulp serve will open live preview in browser.

To Edit:

  • Edit the json files in site/app/data.
  • The file info.json has basic site info and pages.
  • All of the other json files are optional.

To Deploy:

  • Create a file called aws.json with your S3 keys in the root directory of the repo.

    {
        "key": "KEY",
        "secret": "SECRET",
        "bucket": "domain.com"
    }
    
  • gulp deploy will deploy to AWS S3.