From ae7982b5b91eb2cc59ac84e6c2ec9a22c531aa53 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Sat, 28 Mar 2020 14:22:23 -0500 Subject: [PATCH] Added pinned repo sortable-recipes --- content/repos/ember-select-light.md | 2 +- content/repos/sortable-recipes.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 content/repos/sortable-recipes.md diff --git a/content/repos/ember-select-light.md b/content/repos/ember-select-light.md index 67437c1..862962f 100644 --- a/content/repos/ember-select-light.md +++ b/content/repos/ember-select-light.md @@ -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. diff --git a/content/repos/sortable-recipes.md b/content/repos/sortable-recipes.md new file mode 100644 index 0000000..116dfd0 --- /dev/null +++ b/content/repos/sortable-recipes.md @@ -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. + + + +[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) +