kylekthompson / some_schedules

An online employee scheduling tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

⬆️

About

An online employee scheduling tool.

License:MIT License


Languages

Language:JavaScript 52.8%Language:Ruby 46.1%Language:Shell 0.7%Language:HTML 0.4%