* feat: use `execFileSync` from `node:child_process` package
* feat: modify `configureProject` function to be sync
* feat: modify `buildProject` function to be sync
* feat: display command output to the parent output
* refactor: add `configureProject` function from lines in `main` function
* test: add test for `configureProject` function
* refactor: add `buildProject` function from lines in `main` function