T
Twenty3mo ago
Raphael

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
charles
charles3mo ago
twenty.com (public website) or app.twenty.com (twenty crm) ?
Raphael
RaphaelOP3mo ago
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?
charles
charles3mo ago
correct 🙂
Raphael
RaphaelOP3mo ago
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?
charles
charles3mo ago
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
Raphael
RaphaelOP3mo ago
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!

Did you find this page helpful?