Skip to content

Commit

Permalink
I've added a use case where you can automatically create an app just …
Browse files Browse the repository at this point in the history
…by providing feedback.
  • Loading branch information
saten-private committed Jun 30, 2023
1 parent 139041c commit 6b9173b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ BabyCommandAGIは様々なケースで使用できる可能性があります。

下記にわかっている有用なユースケースが記載しておきます。

## 環境構築
## 自動プログラミング

- コンテナのLinux環境にFlutterをインストールし、デフォルトのFlutterアプリを起動して、Webサーバーを立ち上げ、コンテナ外からアクセスできるようにする
- フィードバックするだけでアプリを自動的に作らせる

[Title](https://twitter.com/saten_work/status/1674855573412810753)

## 自動環境構築

- コンテナのLinux環境にFlutterをインストールし、Flutterアプリを作成して、Webサーバーを立ち上げ、コンテナ外からアクセスできるようにさせる

https://twitter.com/saten_work/status/1667126272072491009

Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ BabyCommandAGI has the potential to be used in various cases. Please try using i

Below are some known useful use cases.

## Environment Setup
## Automatic Programming

- Install Flutter in a Linux environment in a container, create the default Flutter app, start a web server, and make it accessible from outside the container
- Create an app automatically just by providing feedback

https://twitter.com/saten_work/status/1674855573412810753

## Automatic Environment Setup

- Install Flutter in a Linux container environment, create a Flutter app, launch a web server, and make it accessible from outside the container

https://twitter.com/saten_work/status/1667126272072491009

Expand Down

0 comments on commit 6b9173b

Please sign in to comment.