Learning gleam with a simple toy project …
Component | Link |
---|---|
Frontend | |
Backend | FlyIO |
Database | Neon |
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
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.