This is the interview project for Ahalogy. Please try your best to clone the provided layout image. All of your models, serializers, and adapters are all ready set up. Do not worry about getting the story images from the data, you can just hard code those in.
Your view file can be found in app/templates/influencer.hbs, and your route file is under app/routes/influencer.
You can use PT sans for the font: https://fonts.google.com/specimen/PT+Sans
Please just fork the project and once you are done you can email it to Jake or Ross.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repositorycd ahalogy-interview
npm install
ember serve
- Visit your app at http://localhost:4200.