Skip to content
This repository was archived by the owner on May 12, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 186 Bytes

File metadata and controls

16 lines (14 loc) · 186 Bytes

schedit

WYSIWYG Scheduler.

Usage

With Docker

docker build -t schedit .
docker run -p 3000:3000 schedit

Without Docker

npm install
bower install
gulp serve