- TypeScript
- Next.js 14 (App Router)
- React
- Shadcn UI
- Tailwind CSS
- Clone the repository
- Install dependencies:
pnpm install
- Set up environment variables (see
.env.example
) - Run the development server:
pnpm dev
app/
: Next.js app directoryauth/
: Authentication-related pages
components/
: Reusable React componentslib/
: Utility functions and shared codepublic/
: Static assetsstyles/
: Global styles and Tailwind configuration
- Fork the repository
- Create a new branch:
git checkout -b feat/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feat/your-feature-name
- Submit a pull request
Please ensure your code follows the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License.