Blocship / star_book

A digital diary and mood tracking app that helps you in keeping track of your mood and productivity throughout the month/year.
https://www.starbook.dev
MIT License
135 stars 106 forks source link

Add steps, How to run and deploy the project #531

Closed hashirshoaeb closed 1 day ago

hashirshoaeb commented 7 months ago

Is your feature request related to a problem? Please describe. Readme should have steps on how to run the project locally on machine. Preferably, also how to deploy it.

Describe the solution you'd like

Run on staging debug:

Run on production:

Deploy to iOS:

Deploy to Android:

where .env.prod.json is the file containing the production environment variables.

{
  "flavor": "prod",
  "apiKey": "<FIREBASE_API_KEY>",
  "appIdAndroid": "<FIREBASE_APP_ID>",
  "appIdIos": "<FIREBASE_APP_ID>",
  "messagingSenderId": "<FIREBASE_MESSAGING_SENDER_ID>",
  "projectId": "<FIREBASE_PROJECT_ID>",
  "storageBucket": "<FIREBASE_STORAGE_BUCKET>",
  "iosBundleId": "<IOS_BUNDLE_ID>",
}