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.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
Development mode uses a Mirage server to provide some sample data.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
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