This is a simple interface to read your organization repositories.
You will need the following things properly installed on your computer.
- Git
- [email protected] (with NPM)
- Ember CLI
- Google [email protected]
- Clone the project
$ git clone [email protected]:telmaantunes/read-github.git
- Go to the project's folder and install the dependencies
$ npm i
- a) Run the app with real data
$ ember s
- b) Run the app with fake data
$ ember s --env=dummy
- Go to http://localhost:4200/
$ ember t
$ ember build