1
1
Fork 0

Added pinned repo sortable-recipes

This commit is contained in:
Ava Gaiety Wroten 2020-03-28 14:22:23 -05:00
parent a83910fc7e
commit ae7982b5b9
2 changed files with 22 additions and 1 deletions

View file

@ -1,7 +1,7 @@
---
title: "ember-select-light"
date: 2019-09-01
pinned: true
pinned: false
---
> Ember Select Light is an Ember Addon written data-down, actions up (DDAU) written with in test-driven development practices.

View file

@ -0,0 +1,21 @@
---
title: "sortable-recipes"
date: 2020-03-21
pinned: true
---
> A sample project for EmberConf 2020. Leverages Ember Octane and is fully test driven. Includes the RevealJS presentation and a simple Python backend.
<!--more-->
[Fork from Gitlab](https://gitlab.com/gaiety/sortable-recipes)
# ![](https://assets.gitlab-static.net/uploads/-/system/project/avatar/15989776/Screen_Shot_2019-12-21_at_3.35.42_PM.png?width=64) Sortable-Recipes
## Getting Started
* [Set up and run the presentation](https://gitlab.com/gaiety/sortable-recipes/-/blob/master/presentation/README.md)
* [Set up and run the backend](https://gitlab.com/gaiety/sortable-recipes/-/blob/master/python-api/README.md)
* [Set up and run the frontend](https://gitlab.com/gaiety/sortable-recipes/-/blob/master/ember-ui/README.md)
* [Set up and run the frontend (modern)](https://gitlab.com/gaiety/sortable-recipes/-/blob/master/ember-ui-modern/README.md)