## Copilot custom app starter kit

This is a starter kit for Copilot custom apps. It contains a simple app that includes:

- Linting setup with prettier, eslint and husky
- GitHub actions for linting
- A basic health check API
- Prisma ORM support
- Tailwind config based on Copilot theme
- Zod setup for validation
- Copilot SDK setup
- DB client set up
- Pull request template
- MUI setup that includes `ThemeRegistry`, theme config and its type definitions
- Dockerized PostgreSQL
- Setup Jest for testing

Installation

```shell
npx create-copilot-app app-name
```
