My website, ottosipe.com.
npm installwill install all packages.bower installwill install web dependencies.
gulp servewill open live preview in browser.
- Edit the json files in
site/app/data. - The file
info.jsonhas basic site info and pages. - All of the other json files are optional.
-
Create a file called
aws.jsonwith your S3 keys in the root directory of the repo.{ "key": "KEY", "secret": "SECRET", "bucket": "domain.com" } -
gulp deploywill deploy to AWS S3.