webvrrocks-tasks
v1.0.3
Published
Scheduled (cron) tasks for WebVR Rocks.
Downloads
5
Readme
WebVR Rocks Tasks
Scheduled (cron) tasks for the WebVR Rocks site (source code).
Installation
npm install
Usage
Local development
To start the scripts locally:
npm start
Production
To start the scripts in production:
npm run prod
Deployment
To deploy the static pages to production:
npm run deploy