Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.45 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.45 KB

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