Client contains the chrome extension source.
Server contains the backend python service
- Followed the instructions from here to initialise the chrome extension.
- Moved the resulting files into the
client
folder so everything reloated to this project can live in the same rep - Investigated using NX to manage the mono repo environment, but the config quickly became more cumbersome than it's worth
- Started designing the initial architecture. Prioritising POC rather than scale since this is mostly for fun, we're keeping it simple with just one server handling requests.
- Based on this, we should be able to build something where each user has their own document that we add to over time.