Paramount Client App

Codemagic build status coverage style: very good analysis License: MIT mobile


Getting Started on Github Codespace

  1. Create new Github Codespace

Note: choose Region closest to you and Machine Type

2 core machine would lasts 120 hrs for FREE

  1. Install dependencies

Press CMD+SHIFT+P then type "Tasks: Run Tasks" , then press ENTER , type flutter pub get

Also if you get prompted to install plugins recommended just accept it , it would make your life easier.

  1. generate .env

Press CMD+SHIFT+P then type "Tasks: Run Tasks" , then press ENTER , type Generate Env File or flutter code watcher

  1. Update .env config as needed
APP_ENV=local
//! More TBA
  1. Generate Code using build runner

Press CMD+SHIFT+P then type "Tasks: Run Tasks" , then press ENTER , type flutter code generate or flutter code watcher

  1. run flutter

Press CMD+SHIFT+P then type "Tasks: Run Tasks" , then press ENTER , type Launch on Web

  1. Open Forwarded Port URL on Browser

Spelling Issues

Submit PR on this Spelling Repo