Figma prototype:
Main features:
Inspiration:
app/assets/.env.example
to app/assets/.env
and fill.backend/.env.example
to backend/.env
and fill.cd backend
yarn install
yarn start
ANDROID_HOME
to point to your Android SDK location.AndroidSDK/platform-tools/
Run button is grey, can't run the project * Set path to Dart SDK on Android Studio (Properties → Languages & Frameworks → Dart)
Error: Cannot find symbol 'Properties' / 'GradleException'"
* Solution
When trying to run: "APT: error: resource android:attr/fontVariationSettings"
* Change compileSdkVersion
in android/app/build.gradle
to match to your SDK version.