Which directory of the repo does the UI start?
I’d like to know where the code starts. Where the home page of twenty.com is located since I think it’ll help me with understanding the whole of twenty
Thanks!
6 Replies
twenty.com (public website) or app.twenty.com (twenty crm) ?
It seems like I should have typed app.twenty.com
But no worries! I found it to be at packages/twenty-front
is that right?
correct 🙂
I found an index.html that changes the title of the tab. But still quite confused on where it starts. I’m quite unfamiliar with typescript as I’m coming from python. Would there be a resource you can suggest that’d be able to help me with this? Or just the starting file?
Ok, in this case you should take a look at React 🙂
<script type="module" src="/src/index.tsx"></script> in index.html is the entrypoint, then React takes over
Oh, wow! Looks like I’m in the right place haha. I’ll be asking more questions in the discord while I’m having conversations about the repo w/ chatgpt
You’ve been very helpful 😄
Thanks!