Skip to content

Commit a612ab5

Browse files
README: use live.jss org id (matches the jss.live docs domain), drop the (TBD) note now that scripts/bundle-jss.sh is real
1 parent 0b0921f commit a612ab5

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ See the [feasibility spike](https://github.com/JavaScriptSolidServer/JavaScriptS
6464
# Prereqs: Flutter SDK, Android SDK, JDK 17, an Android device or emulator
6565
flutter --version
6666

67-
# One-time project scaffold (see "v1 scope" — done at first commit after this)
68-
flutter create --platforms android --org io.jss .
67+
# One-time project scaffold
68+
# `--org live.jss` reverses the project's docs domain (jss.live).
69+
# Final Android package id: live.jss.jss_android
70+
flutter create --platforms android --org live.jss .
6971

70-
# Bundle JSS into the APK assets
71-
./scripts/bundle-jss.sh # (TBD) — copies bin/, src/, package.json, node_modules/
72+
# Bundle JSS into the APK assets (does NPM pack + sanity check)
73+
./scripts/bundle-jss.sh
7274

7375
# Run on a connected device
7476
flutter run

0 commit comments

Comments
 (0)