Skip to content

FuelQ-SDP/Client

Repository files navigation

Fuel Q ⛽️

Coding guidelines and best practices

Installation ⚙️

  1. Download the repo with git clone https://github.com/FuelQ-SDP/FuelQ-Client
  2. Run yarn to install the required dependencies
  3. cd into ios and run pod install to install all iOS libraries
  4. To start the app, run:
    • iOS: react-native run-ios
    • Android: react-native run-android

If developing for Android you might have to start the Android-emulator beore running the app.

Code Formatting We are using Pretter to format the code, in VS Code there is a package/plugin prettier-vscode that helps you format the code either on save or manually.

Tech-stack 💻

  • React Native and TypeScript for the mobile app
  • Firebase for persistance (database) and hosting for the "real" CMS