/some_schedules

An online employee scheduling tool.

Primary LanguageJavaScriptMIT LicenseMIT

Overview | Setup | Tests | License


Overview

SomeSchedules is a an online employee scheduling solution. Our goal is to make scheduling as quick and painless as possible.

⬆️

Setup

To hack on SomeSchedules (on macOS), there are a few steps:

Note: we assume that you have Homebrew installed.

$ git clone https://github.com/kylekthompson/some_schedules
$ cd some_schedules
$ ./script/setup
$ ./script/server

That's it!

If you are on Windows or Linux, unfortunately I cannot be of much help. Eventually I'll get around to a setup for you!

⬆️

Tests

To test SomeSchedules, all you have to do is this:

$ ./script/test

That's it!

⬆️

License

Copyright (c) 2017 "SomeSchedules" kylekthompson

Licensed under the MIT License.

⬆️