From 68ebfb4e192652b87e766c55df986136954a1b79 Mon Sep 17 00:00:00 2001 From: James Robert Perih Date: Wed, 29 Nov 2023 17:02:48 -0600 Subject: [PATCH] Add Dart Shelf Starter project to template data (alphabetically sorted) (#50) Co-authored-by: James Perih --- docs/starter-projects.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/starter-projects.md b/docs/starter-projects.md index f77c1c4..40217bb 100644 --- a/docs/starter-projects.md +++ b/docs/starter-projects.md @@ -54,6 +54,12 @@ export const communityProjects = [ author: 'neistow', authorHref: 'https://github.com/neistow' }, + { + name: 'Dart Shelf Starter Project', + href: 'https://github.com/hotdang-ca/starter-snake-dart-shelf', + author: 'James Robert Perih', + authorHref: 'https://github.com/hotdang-ca' + }, { name: 'F\# Starter Project', href: 'https://github.com/olivercoad/battlesnake-starter-fsharp',