Skip to content

Distributed teams are awesome. Time zones are awful.

License

Notifications You must be signed in to change notification settings

alisdair/team-time-zone

Repository files navigation

Team Time Zone

Build Status

Team Time Zone

This app helps you work out what time it is for everyone on your team. Just sign in with Slack to sync up your team, and see what time it is for all your coworkers.

See also the team-time-zone-backend repository, which provides the last step of authentication.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Development mode uses a Mirage server to provide some sample data.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deployment

Copy .env.deploy.sample to .env.deploy.production and set up your server configuration. Then use ember-cli-deploy:

  • ember deploy --activate production
  • ember deploy:list production