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

readme #114

Merged
merged 1 commit into from
Oct 10, 2023
Merged
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Supported games:
1. Skyrim
2. Oblivion
3. Morrowind
4. The Elder Scrolls Online


[web version](https://the-elder-scrolls-alchemy.website.yandexcloud.net/#/)
Expand All @@ -19,7 +20,7 @@ Supported games:

## How to run

the most basic way to lauch the app:
the most basic way to launch the app:
`flutter run -d chrome`
this command opens chrome window with the app in debug mode

Expand All @@ -29,7 +30,6 @@ for more commands, see [flutter documentation](https://docs.flutter.dev/get-star

when building for a new release (substitute correct build number):
`flutter build apk --build-number=4 --build-name=4.0.0`


Install release app on device:
`flutter run --release`
Expand All @@ -41,10 +41,10 @@ Install release app on device:
this command runs specific integration test
`flutter drive --driver integration_test/driver.dart --target integration_test/full_test.dart --no-dds`

this command runs cpecific widget/unit test
`flutter test test/layers/data/data_source_test.dart`
this command runs specific widget/unit test
`flutter test test/layers/data/data_source_test.dart --platform chrome`

if there's an error because of dart:html, use this
this commands runs all unit tests
`flutter test --platform chrome`


Expand Down