- Copy this repo into your account
- You can make the repo public or private, depending on your preference
- Install the Cardstack Github App
- Click "Only select repositories", and select the repo you created in Step 1, then click "Install"
| 0xcaccf91fddd4cf5daf95806c929cfa70938781dd |
| 0xDe15700e7e9AFe276B6780C266d8C5168Dab9090 |
| { | |
| "activeRoute": "index", | |
| "auth": "somelongstringtopreventrandompeoplefromfuckingupourshit", | |
| "fontUrl": "https://fonts.googleapis.com/css?family=Roboto:400,700", | |
| "id": "6d257b33-ff17-40cc-a93c-ff41d5b1da57", | |
| "models": { | |
| "index": { | |
| "backgroundImage": "./images/girlboss_rally_logo.png", | |
| "backgroundRevealPercentage": 0.13, | |
| "carouselImage": "./images/girlboss_logo_small.png", |
| models: | |
| App.Lesson = DS.Model.extend({ | |
| contentCards: DS.hasMany('contentCard', { async: true }), | |
| learningObjectives: function() { | |
| return this.get('contentCards') | |
| .mapBy('assignedLearningObjectives') | |
| .flatten() | |
| .mapBy('learningObjective') |