raft-tech / TANF-app

Repo for development of a new TANF Data Reporting System
Other
16 stars 3 forks source link

As a engineer I need to replace bash script with task file for local dev #2960

Open raftmsohani opened 2 months ago

raftmsohani commented 2 months ago

Description: Dev is using bash script file commands.sh to run development commands such as starting backend/frontend app, start bash in docker instance, etc. Some of the commands in this bash file are throwing error and are not declarative. Taskfile wraps the commands and is more declarative.

Acceptance Criteria:

Tasks:

Supporting Documents:

robgendron commented 3 weeks ago

2491 is related - look to combine.

robgendron commented 2 weeks ago

@raftmsohani please provide refinement.