🌟 A simple chat app built using tRPC, Zod, Next and MongoDB 🚀
Lets start by installing UI dependencies
make setup-ui-libs
Now add Environment Variables
by creating a new .env.local
file in root
folder and add the contents following .env.example
After adding Environment Variables
, Run the UI
make run-ui-dev
now the application is running at localhost:3000
To build the UI
make build-ui