This is a Next.js project written using ReScript

Getting Started

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.

Todo

  • implement chat pub/sub using Ably
  • make chat message container scrollable