This repository combines the best of both worlds, merging the powerful features of the taxonomy application with the streamlined development setup of create-t3-app. The result is a versatile and efficient project built on the T3 Stack.
This project is based on the T3 Stack and bootstrapped with create-t3-app
. Follow the steps below to get started:
-
Clone the Repository:
git clone https://github.com/FranciscoMoretti/t3-taxonomy.git
-
Install Dependencies:
cd t3-taxonomy pnpm install
-
Configuration:
Copy the
.env.example
file to.env.local
and update the variables as needed:cp .env.example .env.local
-
Run the Development Server:
pnpm dev
The application will be accessible at http://localhost:3000.
- T3 Stack Base: Built on the foundation of T3 Stack using
create-t3-app
. - Next.js 13 and Server Components: Embracing the latest features for enhanced performance and flexibility.
- Authentication: Utilizing NextAuth.js for authentication.
- ORM and Database: Leveraging Prisma and hosting the database on PlanetScale.
- UI Components: Shadcn/ui to design your UI using Tailwind CSS and Radix UI components.
- Documentation and Blog: Using MDX and Contentlayer for documentation and blogging.
- Subscriptions: Implementing subscriptions using Stripe.
- Validations: Ensuring data integrity with Zod for validations.
- **Written in TypeSc
To explore more about the T3 Stack and its components, refer to the following resources:
This project is licensed under the MIT license.