This is a ReactLynx project bootstrapped with create-rspeedy.
First, install the dependencies:
bun installThen, run the development server:
bun run devScan 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
iosdirectory and install the necessary pods:cd ios pod install -
Open the
.xcworkspacefile in Xcode and build the project:- Open Xcode.
- Select
File>Openand choose the.xcworkspacefile. - 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>Openand choose theandroiddirectory - 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