webvrrocks-tasks

Scheduled (cron) tasks for WebVR Rocks.

Usage no npm install needed!

<script type="module">
  import webvrrocksTasks from 'https://cdn.skypack.dev/webvrrocks-tasks';
</script>

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

License

MIT