webvrrocks-tasks
v1.0.3
Published
Scheduled (cron) tasks for WebVR Rocks.
Readme
WebVR Rocks Tasks
Scheduled (cron) tasks for the WebVR Rocks site (source code).
Installation
npm installUsage
Local development
To start the scripts locally:
npm startProduction
To start the scripts in production:
npm run prodDeployment
To deploy the static pages to production:
npm run deploy