CMS that drives the Low Fell Running Club website - built using Keystone.js
This system drives the Low Fell Running Club website. It is built using the Keystone.js CMS/application platform for node.js.
There are various grunt tasks available to aid development:
grunt --help
In addition the test suite can be run via npm test
This is done via webpack, set to run as an npm script:
npm run webpack
npm run webpack-prod
The production bundles are version controlled - and must be regenerated manually.
grunt css
grunt watch
will trigger regeneration on source changes)
MAILGUN_DOMAIN=sandboxd123abc123abc123abc123abc123abc1.mailgun.org
MAILGUN_DOMAIN=nameofmailgundomain.mailgun.org
CLOUDINARY_URL=cloudinary://123412341234123:-ABCABCABCABCABCABCABCABCAB@account
S3_KEY=ABCABCABCABCABCABCAB
S3_SECRET=123412341234123123412341234123abc/+12341
S3_BUCKET=nameofpreconfiguredbucket
S3_REGION=eu-west-1
This software is available under the MIT license.