/pro5generator

Primary LanguageJavaScript

pro5generator

Build Status

Generate .pro5 and .pro6 files from predefined, selectable templates, with bible words for preach.

Config

Environment variables.

PORT

Defaults to 3000.

AWS_*

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_S3_REGION - example "eu-west-1"
  • AWS_S3_BUCKET

Create a subdirectory for every account in the S3 bucket. Add .pro5 and .pro6 files there per account.

Run

npm i
npm run bower-install
npm run build
AWS_S3_BUCKET=xyz PORT=1234 node .

Test

npm t