Skip to content

HHHotel/scheduler

Repository files navigation

Hounds

Hounds is a dog scheduling app designed for Happy Hound Hotel

Hounds makes keeping track of bookings and events for boarding facilities easy and painless. It has a server-client design to keep multiple different clients up to date with the newest info

Installation

OS X & Linux:

TODO

Windows:

Download the installer from the latest release

Development setup

This project uses npm to manage dependencies

Installation:

git clone "https://github.com/hhhotel/scheduler"
cd scheduler
cp build/config/settings.json .
npm install

Start:

npm start

Meta

Matt Rochford – [email protected]

Distributed under the MIT license. See LICENSE for more information.

https://github.com/mjrochford/github-link

Contributing

  1. Fork it (https://github.com/hhhotel/scheduler/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request