glom_chat

Glom Chat

Learning gleam with a simple toy project …

Live

Component Link
Frontend Pages -> FlyIO
Backend FlyIO
Database Neon

Getting Started

To set up your development environment, please run the setup script after cloning the repository. This will check for required dependencies and configure Git hooks for the project.

./scripts/setup.sh

Database Setup

Once the initial setup is complete, you will need to configure the database for the server. Detailed instructions can be found in the server’s README file.

➡️ Server & Database Setup Instructions