Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme #8

Merged
merged 2 commits into from
Nov 20, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# whats-new-in-emberland

This README outlines the details of collaborating on this Ember application.
A short introduction of this app could easily go here.
This is an overview app of Ember-related Github activity used by the investigative folks over at [The Ember Times](https://twitter.com/embertimes) to find new, relevant topics for the newsletter.

## Prerequisites

Expand All @@ -16,7 +15,12 @@ You will need the following things properly installed on your computer.

* `git clone <repository-url>` this repository
* `cd whats-new-in-emberland`
* `npm install`
* `yarn`
* if you do not have one yet, please create a valid Github API Token [here](https://github.com/settings/tokens) and set it in your `~/.bashrc` file as follows:
```bash
export GITHUB_API_KEY="my-key-id"
```
* run `source ~/.bashrc` to give your current terminal window access to the updated env variables

## Running / Development

Expand Down