This is a simple chat app built with ReScript, Snowpack, pnpm, Firebase and tailwindcss. It was made to try out using ReScript in a functional application. This is my first ReScript project so if things are funky, that's why.
To run the application
npm i -g pnpm
pnpm i
pnpm startYou need to set up Firebase and then you need to change public/config.js to your own configuration. Then it should be possible to deploy.
Recommended to use rescript-vscode
