Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-i authored Nov 4, 2020
1 parent 7504de1 commit 72c0b65
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,33 +215,33 @@ 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.

Create an account on [**Netlify**](https://www.netlify.com/products/edge/){:target="_blank" rel="noopener"} to get started.

### 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

Expand Down

0 comments on commit 72c0b65

Please sign in to comment.