Ecma Uzbekistan consists of sub-communities which needs moderation tools like telegram bots. Therefore, it was decided to implement a single telegram bot for all sub-communities to moderate, manage and provide.
This project has everything configured ready to get started with developer right away thanks to Nix package manager. In order to get started:
# Start development environment
nix develop -c $SHELL
# Open favorite editor of your choice
zed .
# Start development server
npm run dev
This project aims to build standalone javascript and deployed in Kolyma Labs. Kolyma's NixOS server gets nix build
output, but you can build it inside development environment using npm
package manager.
# Building with nix`
nix build .
# Building with npm
npm run build
- Orzklv - Bootstraping this project + devops management.
- Diyorbek - Maintaining this website keeping it active and up to date.
This project is licensed under the MIT License - see the LICENSE file for details.