From 72c0b65aee819867d06deda954ab5ea805f6b54d Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 4 Nov 2020 05:37:09 -0700 Subject: [PATCH] Update index.md --- docs/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/index.md b/docs/index.md index 842db0f..e042516 100644 --- a/docs/index.md +++ b/docs/index.md @@ -215,25 +215,25 @@ Or say: **"Export code please."** ### Step 16 -You download the data file **store.glowbom** and an archive that has two folders **store-build-web** and **store-source-flutter**: +You download the data file **store.glowbom** and an archive that has two folders **build-web** and **source-flutter**: [![Picture](https://user-images.githubusercontent.com/2455891/97621832-0f516900-19e9-11eb-8e75-3bc5848e8521.png)](https://glowbom.com/){:target="_blank" rel="noopener"} -The **store-build-web** folder contains a ready-to-deploy web app. +The **build-web** folder contains a ready-to-deploy web app. -The **store-source-flutter** folder contains the app source code that can be compiled to iOS, Android, and a web app. +The **source-flutter** folder contains the app source code that can be compiled to iOS, Android, and a web app. -Replace the **store-build-web/assets/assets/store.glowbom** file with your **store.glowbom** file: +Replace the **build-web/assets/assets/store.glowbom** file with your **store.glowbom** file: [![Picture](https://user-images.githubusercontent.com/2455891/97621833-0f516900-19e9-11eb-876e-a98b0d7531e0.png)](https://glowbom.com/){:target="_blank" rel="noopener"} -Replace the **store-source-flutter/app/assets/store.glowbom** file with your **store.glowbom** file: +Replace the **source-flutter/app/assets/store.glowbom** file with your **store.glowbom** file: [![Picture](https://user-images.githubusercontent.com/2455891/97621835-0f516900-19e9-11eb-9488-a05062f45a24.png)](https://glowbom.com/){:target="_blank" rel="noopener"} ### Step 17 -The **store-build-web** folder contains a ready-to-deploy web app that can be deployed to any hosting. +The **build-web** folder contains a ready-to-deploy web app that can be deployed to any hosting. We recommend using [**Netlify**](https://www.netlify.com/products/edge/){:target="_blank" rel="noopener"} to publish the web app. It allows you to drag & drop the web app folder directly to the dashboard. The web app deploys automatically, and you will get the app link shortly after that. Optionally, you will be able to connect the web app with the custom domain or subdomain. @@ -241,7 +241,7 @@ Create an account on [**Netlify**](https://www.netlify.com/products/edge/){:targ ### Mobile Apps -To build the app for **iOS** or **Android**, you need to install [**Flutter**](https://flutter.dev/docs/get-started/install){:target="_blank" rel="noopener"}, a software development kit created by **Google**. The **store-source-flutter** folder contains the **Flutter** project that can be compiled to **iOS**, **Android**, and a web app. +To build the app for **iOS** or **Android**, you need to install [**Flutter**](https://flutter.dev/docs/get-started/install){:target="_blank" rel="noopener"}, a software development kit created by **Google**. The **source-flutter** folder contains the **Flutter** project that can be compiled to **iOS**, **Android**, and a web app. ## Feedback