bitsof / selecto

1 stars 0 forks source link

Setup Bazel for Build System #50

Open jeffery-do opened 1 year ago

jeffery-do commented 1 year ago

Since this is a monorepo, we should use something like bazel to manage this repo. This will allow us to build everything at once if needed, but also only build the parts we need.

It would also allow us to work in many different languages.

jeffery-do commented 1 year ago

Since this is a monorepo, we should use something like bazel to manage this repo. This will allow us to build everything at once if needed, but also only build the parts we need.