Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 542 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 542 Bytes

Notification Scheduler

Note: Calendar inspired by A New Day: Making a Better Calendar

Setup with Notify

  • Copy the scheduler directory to the admin repository app > assets > javascript > scheduler (overwrite the existing files)

Compile & Running

In the admin repository

Compile using Webpack

npm run webpack

Run the Gulp scripts to copy / concat with the rest of the assets

npm run watch