## Contributing
Thank you for considering contributing to the **KHC** project! 🚀 Follow these steps to set up the project on your local machine.
### Installation
1. **Clone the repository**
Clone the project to your local machine using the following command:
```bash
git clone https://github.com/sudoarchie/khc.git
cd khc
-
Install dependencies
Usepnpm
to install the required dependencies:pnpm install
-
Generate Prisma client
Generate the Prisma client using the schema located at./prisma/schema
:npx prisma generate ./prisma/schema
-
Compile TypeScript
Build the TypeScript files:tsc -b
-
Start the development server
Run the project in development mode:npm run dev
- Ensure you have
pnpm
,npx
, andnpm
installed globally on your system. - Verify that the database configuration in the
prisma/schema
file is set up correctly.
Happy coding! 😊