Guide to extending t3 template?

Howdy! I love t3 and have been using it for months here at my job. The thing I was wondering about is if there is any information on extending the t3-starter template on my own fork. I would basically like to make a custom version of t3 with some different defaults / packages installed on my fork. But I genuinely have no idea how t3 was made / where to get started. Has anyone documented their journey doing a similar thing?
2 Replies
Vincent Udén
Vincent Udén10mo ago
It's open source, all you need to do is to look in order to find out how it was made https://github.com/t3-oss/create-t3-app Specifically the cli for installation is in the cli directory of the git repo. It's not super complex so you should be able to get the idea by just reading the code.
GitHub
GitHub - t3-oss/create-t3-app: The best way to start a full-stack, ...
The best way to start a full-stack, typesafe Next.js app - GitHub - t3-oss/create-t3-app: The best way to start a full-stack, typesafe Next.js app
Vincent Udén
Vincent Udén10mo ago
It's really just asking for input and calling some npm commands, copy pasting some files