Skip to content

Commit

Permalink
init: Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Khip01 authored Feb 9, 2024
1 parent 1f28c1f commit e1f378b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# gh-pages

### WHERE did these files come from?
These files come from the build results of the flutter web application project into several files that can be executed by the website.

<br>

## Steps
Here is how to generate the following files
- Go to the flutter_web_app project directory ```cd flutter_web_app```
- Run the ```flutter build web``` command _(more details in the [Flutter Docs - Web Build](https://docs.flutter.dev/platform-integration/web/building#build))_
- This will create a new folder ```build/web/``` and it's content
- Then finally all the contents of the ```build/web``` folder will be placed in this ```gh-pages``` branch

0 comments on commit e1f378b

Please sign in to comment.