Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 186 Bytes

README.md

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