teamhours
v0.0.13
Published
Triple Helix login frontend built with Photon.
Downloads
24
Readme
teamhours
Triple Helix login frontend built with Photon.
Getting started
- Clone the repo with
git clone https://github.com/2363web/teamhours
- Read the docs to learn about the components and how to get your new application started
Contributing
Please file a GitHub issue to report a bug. When reporting a bug, be sure to follow the contributor guidelines.
Development
- Install node dependencies:
npm install
. - Open the example app:
npm start
. - Run the app locally:
npm run local
- Compile the app
npm run pkg:[platform]
supported syntax for [platform]: linux, linux32, linux64, osx, win, win32, win64
Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, teamhours is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to these rules whenever possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major while resetting minor and patch
- New additions without breaking backward compatibility bumps the minor while resetting the patch
- Bug fixes and misc changes bumps only the patch
For more information on SemVer, please visit http://semver.org/.
Maintainers
Avery Magnotti
Sam Tyler
License
Copyright @connors. Released under MIT.