Paramount Client App
Getting Started on Github Codespace
- Create new Github Codespace
Note: choose Region
closest to you and Machine Type
2 core machine
would lasts 120
hrs for FREE
- 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.
- generate .env
Press CMD+SHIFT+P then type "Tasks: Run Tasks" , then press ENTER , type Generate Env File
or flutter code watcher
- Update .env config as needed
APP_ENV=local
//! More TBA
- 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
- run flutter
Press CMD+SHIFT+P then type "Tasks: Run Tasks" , then press ENTER , type Launch on Web
Spelling Issues
Submit PR on this Spelling Repo