Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

開発において必要な内容をGET_STARTED.mdに記載 #42

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions docs/GET_STARTED.md
blendthink marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1 +1,53 @@
## Get Started

### Advance preparation

- Install the IDEs.
- [IntelliJ IDEA], [Android Studio] or [Visual Studio Code]
- [Xcode]
- Enable the [fvm] command.
- Enable the [melos] command.

### Set up Flutter SDK

```shell
fvm use
```

### Set up the IDEs to use fvm

If you use [Visual Studio Code], already set up.

If you use [IntelliJ IDEA] or [Android Studio], please see the following document:

https://fvm.app/docs/getting_started/configuration#android-studio

### Install dependencies

```shell
melos bootstrap
```

### Run app

The run-configurations are set up to run this app.

Please check:

- `.vscode/launch.json` for [Visual Studio Code].
- `.idea/runConfigurations/~.xml` for [IntelliJ IDEA] or [Android Studio].


<!-- Links -->

[IntelliJ IDEA]: https://www.jetbrains.com/idea/

[Android Studio]: https://developer.android.com/studio

[Visual Studio Code]: https://code.visualstudio.com/

[Xcode]: https://developer.apple.com/xcode/

[fvm]: https://fvm.app/

[melos]: https://melos.invertase.dev/