From 219e01e6382e2bb584fe2274d22a7df55f5fc7bc Mon Sep 17 00:00:00 2001 From: Florian Gyger Date: Sat, 27 Jun 2020 05:50:11 +0200 Subject: [PATCH] chore(starters): add gatsby-starter-capacitor (#24755) --- docs/starters.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/starters.yml b/docs/starters.yml index a599ae2db1607..9674c1f75752b 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -6737,6 +6737,14 @@ - The default Gatsby formatting tool Prettier, has been removed in order to avoid conflicts with the ESLint + AirBnB TypeScript tools described above. - Firebase Hosting is supported and configured for Gatsby from the start. - Dynamic pages for blog posts in markdown is implemented. +- url: https://gatsby-starter-capacitor.netlify.app/ + repo: https://github.com/flogy/gatsby-starter-capacitor + description: Build blazing fast mobile apps with Gatsby and Capacitor. + tags: + - Styling:None + features: + - Basic setup for hybrid mobile apps for Android and iOS + - Demonstration on how to access Native APIs of mobile devices - url: https://gatsby-starter-woo.surge.sh/ repo: https://github.com/desmukh/gatsby-starter-woo description: Simple, clean and responsive landing page for your product or service. This is a GatsbyJS port of StyleShout's Woo template.