https://github.com/djblue/scheduler
Schedule your staff with ease.
https://github.com/djblue/scheduler
Last synced: 10 months ago
JSON representation
Schedule your staff with ease.
- Host: GitHub
- URL: https://github.com/djblue/scheduler
- Owner: djblue
- Created: 2013-12-19T23:05:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-04T13:58:40.000Z (about 11 years ago)
- Last Synced: 2025-01-19T13:37:13.116Z (12 months ago)
- Language: JavaScript
- Size: 605 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheduler
Scheduler provide a easy way to schedule staff.
## Development
An automated development environment can be setup as follows:
1. Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
2. Install [Vagrant](https://www.vagrantup.com/downloads.html).
3. Install [git](http://git-scm.com/downloads).
4. Run the following command:
git clone https://github.com/djblue/scheduler.git; vagrant up
You now have a complete dev environment setup. You should be able to go to
[localhost](http://localhost:3000) to see the application running.