Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 545 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 545 Bytes

ChatterBox

This is not a real application. It's just an experiment to learn more about Next 13 new features.

Features

  • Typescript
  • Next 13
  • NextAuth.js
  • TailwindCSS
  • Class Variance Authority
  • Tailwind Merge
  • Radix UI
  • React Hook Form
  • Zod
  • MySQL
  • Prisma

Running locally

  1. Clone this repository
git clone git@github.com:rafaelszago/chatter-box.git
  1. Install the dependencies
yarn install
  1. Create a .env file and set the variables.
cp .env.example .env
  1. Start server
yarn dev