metalsmith-gub
v0.0.4
Published
Responsive web sites (or giving hubs) created with Gulp.js, Metalsmith and Prismic.io.
Downloads
3
Readme
RFDS WA
Usage
The RFDS WA project assumes that yarn
is available globally. If you don't have it, check it out at the Yarn website.
Setup
yarn
This will install dependencies.
Development
yarn start
This will run a local development server at http://localhost:3000.
Publish to S3
- Add a file named
aws.json
to the project root directory. Insert credentials/info based on the following:
{
"key": "YOUR_AWS_KEY",
"secret": "YOUR_AWS_SECRET",
"bucket": "YOUR_BUCKET_NAME",
"prefix": "YOUR_BUCKET_PREFIX",
"region": "YOUR_BUCKET_REGION"
}
- Run
yarn deploy:prod