StevensSEC / monocle

A mobile app to transcribe images of printed text from a page.
GNU General Public License v3.0
3 stars 0 forks source link

workspaces #92

Closed dyc3 closed 2 years ago

dyc3 commented 2 years ago

This PR adds a root package.json that uses workspaces as defined here:

This will let us do stuff like yarn lint from the root directory, and have it lint the entire project (both front-end and api-server).