0.0.4 • Published 7 years ago

metalsmith-gub v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

RFDS WA

Standard - JavaScript style guide

Production Site

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

  1. 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"
}
  1. Run yarn deploy:prod