Skip to content

sudoarchie/khc

Repository files navigation

## 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
  1. Install dependencies
    Use pnpm to install the required dependencies:

    pnpm install
  2. Generate Prisma client
    Generate the Prisma client using the schema located at ./prisma/schema:

    npx prisma generate ./prisma/schema
  3. Compile TypeScript
    Build the TypeScript files:

    tsc -b
  4. Start the development server
    Run the project in development mode:

    npm run dev

Notes

  • Ensure you have pnpm, npx, and npm installed globally on your system.
  • Verify that the database configuration in the prisma/schema file is set up correctly.

Happy coding! 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published