it's my first time working with monorepos, so i'm a bit unsure about how to structure it. i have 3 sites that are pretty much the same, except for some different content/images etc., so i thought a monorepo makes sense for them.
i'd create a folder for each site with their unique stuff and then have shared components, configs etc. in another seperate folder.
would i install astro in the main package or in the site workspace? what are some basic things i have to consider for a structure like that?
i pretty much want to share my tailwindconfig and astro config across all the sites, but it seems like i need to set it up for each project individually (or maybe i could just symlink it from the shared folder i guess?)
any tips/pointers are highly appreciated. never worked with monorepos, so i'll have to wrap my head around it a bit 🙂