0.0.4 • Published 8 years ago
metalsmith-gub v0.0.4
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
yarnThis will install dependencies.
Development
yarn startThis will run a local development server at http://localhost:3000.
Publish to S3
- Add a file named
aws.jsonto 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
0.0.4
8 years ago