This is a ReactLynx project bootstrapped with create-rspeedy
.
First, install the dependencies:
bun install
Then, run the development server:
bun run dev
Scan the QRCode in the terminal with your LynxExplorer App to see the result.
See: https://lynxjs.org/guide/start/quick-start.html
First, build the lynx project:
bun run build
-
Navigate to the
ios
directory and install the necessary pods:cd ios pod install
-
Open the
.xcworkspace
file in Xcode and build the project:- Open Xcode.
- Select
File
>Open
and choose the.xcworkspace
file. - Select your target device and click the build button.
-
Using the command line:
cd android ./gradlew assembleDebug # Build debug APK # or ./gradlew installDebug # Build and install on connected device
-
Using Android Studio:
- Open Android Studio
- Select
File
>Open
and choose theandroid
directory - Wait for the Gradle sync to complete
- Select your target device and click the Run button
Based on Ricardo Schiniegoski figma file. https://www.figma.com/community/file/979132880663340794