This is not a real application. It's just an experiment to learn more about Next 13 new features.
- Typescript
- Next 13
- NextAuth.js
- TailwindCSS
- Class Variance Authority
- Tailwind Merge
- Radix UI
- React Hook Form
- Zod
- MySQL
- Prisma
- Clone this repository
git clone git@github.com:rafaelszago/chatter-box.git
- Install the dependencies
yarn install
- Create a .env file and set the variables.
cp .env.example .env
- Start server
yarn dev