alexeyinkin commented on code in PR #24457:
URL: https://github.com/apache/beam/pull/24457#discussion_r1067721034


##########
learning/tour-of-beam/frontend/README.md:
##########
@@ -17,47 +17,67 @@
      under the License.
  -->
 
- # Tour of Beam
- These are the main sources of the Tour of Beam website.
+# Tour of Beam
 
- # About
+These are the main sources of the Tour of Beam website.
+
+# About
 
 ## Getting started
-Running, debugging, and testing all require this first step that fetches
-dependencies and generates code:
+
+This project relies on generated code for some functionality:
+deserializers, test mocks, constants for asset files,
+extracted Beam symbols for the editor, etc.
+
+All generated files are version-controlled, so after checkout the project is 
immediately runnable.
+However, after changes you may need to re-run code generation:
 
 ```bash
-cd ../../../playground/frontend/playground_components
-flutter pub get
-flutter pub run build_runner build
-cd ../../../learning/tour-of-beam/frontend
-flutter pub get
+cd beam
+./gradlew :playground:frontend:playground_components:generateCode
+cd learning/tour-of-beam/frontend
 flutter pub run build_runner build

Review Comment:
   Just above it reads
   > However, after changes you may need to re-run code generation:



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to