new to radicle & looking at best practices help..

So, I just purchased Radicle and hope to start using it in my work flow.

So far it looks amazing; I just have some functional / best practice questions.

I figure radicle essentially replaces the site folder in a trellis new domain.com

domain-folder

 |__ radicle (in place of site)
 |__ trellis

Now currently, both radicle and trellis are different repos. 2 separate private repos.

Should they be one repo?

And am I setting this up the best way?

Should the repo be instead for everything under domain-folder?

Thanks for the help.

Cheers,
T

Hey @tziady, thanks so much for purchasing Radicle!

For Radicle setups the Trellis folder is at the top level project directory in one repo once running the setup script:

https://github.com/roots/radicle/blob/main/docs/setup/local-development.md#trellis

Regular Bedrock/Trellis setups will eventually transition to this structure as well, but Trellis would still work if you prefer to keep the folder outside the site level

For this first install I created separate repos and it’s working well.
But having it all run under one repo feels like the right way to go.

I must have over looked the trellis setup script part since I already have trellis-cli installed and just ran a trellis new…

T

Take a look at what the setup script does — “trellis new” is not compatible with Radicle out of the box

I’ve set them up as one repo with requirements.txt being at the “root” of it. You won’t be touching the Trellis folder much except when you’re manually updating it.