File tree 1 file changed +13
-0
lines changed 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ deployments and 100% type-safety.
38
38
- [ Tanstack Router] ( #tanstack-router )
39
39
- [ Server API Artificial Delays] ( #server-api-artificial-delays )
40
40
- [ Environment Variables] ( #environment-variables )
41
+ - [ Extensions to existing template] ( #extensions-to-existing-template )
41
42
42
43
## About
43
44
@@ -444,3 +445,15 @@ pnpm env:copy-example
444
445
445
446
It is recommended that any new apps that uses environment variables follow the
446
447
example script set in [ apps/server/package.json] ( apps/server/package.json ) .
448
+
449
+ ### Extensions to existing template
450
+
451
+ The below branches demonsrates how you can build and extend upon the existing
452
+ RT Stack template:
453
+
454
+ 1 . Adding ` docs ` application with NextJS + Fumadocs
455
+ - [ nextjs-fumadocs] ( https://github.com/nktnet1/rt-stack/tree/nextjs-fumadocs )
456
+ 1 . Supporting multiple languages (internationalisation/localisation)
457
+ - [ i18n] ( https://github.com/nktnet1/rt-stack/tree/i18n )
458
+ 1 . Integrating better-auth plugins, e.g. admin and organisation
459
+ - [ better-auth-admin-organization-plugins] ( https://github.com/nktnet1/rt-stack/tree/better-auth-admin-organization-plugins )
You can’t perform that action at this time.
0 commit comments