This is a Next.js project written using ReScript
First, run the rescript build with watch mode
npm run rescript:start
then run the next.js development server
npm run dev
Open http://localhost:3000 with your browser to see the result.
- implement chat pub/sub using Ably
- make chat message container scrollable