Codebase build/dev process is unclear
NateRadebaugh opened this issue · 1 comments
NateRadebaugh commented
While yarn workspaces are being used, it's unclear what the expected process is for build/dev of the codebase. This makes it difficult to contribute to the codebase since it's harder to get ramped up and verify changes.
The root package.json
file should have a build
and dev
scripts to build/setup all the workspaces for quick iteration and validation.
siddharthkp commented
Added a CONTRIBUTING.md, would love to get your feedback.
Marking this issue as done, but keep the feedback coming!