My website, ottosipe.com.
npm install
will install all packages.bower install
will install web dependencies.
gulp serve
will open live preview in browser.
- 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.
-
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.